mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Second commit regarding #739
This commit is contained in:
parent
961d2b24d1
commit
0265b3fcfa
7 changed files with 12 additions and 11 deletions
|
|
@ -333,7 +333,7 @@ def cmdLineParser(argv=None):
|
|||
techniques.add_option("--dns-domain", dest="dnsDomain",
|
||||
help="Domain name used for DNS exfiltration attack")
|
||||
|
||||
techniques.add_option("--second-order", dest="secondOrder",
|
||||
techniques.add_option("--second-url", dest="secondUrl",
|
||||
help="Resulting page URL searched for second-order response")
|
||||
|
||||
# Fingerprint options
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue