mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +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
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue