mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +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
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue