mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-10 09:49:06 +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"
|
||||
|
||||
@@ -87,7 +87,7 @@ optDict = {
|
||||
"timeSec": "integer",
|
||||
"uCols": "string",
|
||||
"uChar": "string",
|
||||
"dnsDomain": "string"
|
||||
"dName": "string"
|
||||
},
|
||||
|
||||
"Fingerprint": {
|
||||
|
||||
Reference in New Issue
Block a user