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:
@@ -272,7 +272,7 @@ def cmdLineParser():
|
||||
techniques.add_option("--union-char", dest="uChar",
|
||||
help="Character to use for bruteforcing number of columns")
|
||||
|
||||
techniques.add_option("--dns-domain", dest="dnsDomain",
|
||||
techniques.add_option("--dns-domain", dest="dName",
|
||||
help="Domain name used for DNS exfiltration attack")
|
||||
|
||||
# Fingerprint options
|
||||
|
||||
Reference in New Issue
Block a user