mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 20:51:31 +00:00
Implementation for an Issue #118
This commit is contained in:
@@ -57,7 +57,7 @@ from lib.techniques.union.use import unionUse
|
||||
def __goDns(payload, expression):
|
||||
value = None
|
||||
|
||||
if conf.dName and kb.dnsTest is not False:
|
||||
if conf.dnsName and kb.dnsTest is not False:
|
||||
if kb.dnsTest is None:
|
||||
dnsTest(payload)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user