mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-06-09 17:51:33 +00:00
changing conf.dnsDomain to conf.dName just because of long text problems in help listing
This commit is contained in:
parent
d2bbfa4aad
commit
b1d82422a0
7 changed files with 9 additions and 9 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue