mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-27 04:05:58 +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
|
|
@ -26,7 +26,7 @@ def dnsTest(payload):
|
|||
errMsg = "data retrieval through DNS channel failed. Turning off DNS exfiltration support"
|
||||
logger.error(errMsg)
|
||||
|
||||
conf.dnsDomain = None
|
||||
conf.dName = None
|
||||
else:
|
||||
infoMsg = "data retrieval through DNS channel was successful"
|
||||
logger.info(infoMsg)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue