mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Implementation for an Issue #4
This commit is contained in:
parent
b3552494c4
commit
efa99c4519
4 changed files with 15 additions and 3 deletions
|
|
@ -288,6 +288,10 @@ def cmdLineParser():
|
|||
techniques.add_option("--dns-domain", dest="dnsName",
|
||||
help="Domain name used for DNS exfiltration attack")
|
||||
|
||||
techniques.add_option("--second-order", dest="secondOrder",
|
||||
help="Resulting page url searched for second-order "
|
||||
"response")
|
||||
|
||||
# Fingerprint options
|
||||
fingerprint = OptionGroup(parser, "Fingerprint")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue