mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 04:31:30 +00:00
changing conf.dnsDomain to conf.dName just because of long text problems in help listing
This commit is contained in:
@@ -84,7 +84,7 @@ def __goInference(payload, expression, charsetType=None, firstChar=None, lastCha
|
||||
def __goDns(payload, expression):
|
||||
value = None
|
||||
|
||||
if conf.dnsDomain and kb.dnsTest is not False:
|
||||
if conf.dName and kb.dnsTest is not False:
|
||||
if kb.dnsTest is None:
|
||||
dnsTest(payload)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user