mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
changing conf.dnsDomain to conf.dName just because of long text problems in help listing
This commit is contained in:
@@ -1721,7 +1721,7 @@ def __setTrafficOutputFP():
|
||||
conf.trafficFP = openFile(conf.trafficFile, "w+")
|
||||
|
||||
def __setDNSServer():
|
||||
if not conf.dnsDomain:
|
||||
if not conf.dName:
|
||||
return
|
||||
|
||||
infoMsg = "setting up DNS server instance"
|
||||
|
||||
Reference in New Issue
Block a user