mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-07-11 19:13:12 +00:00
Minor commit regarding #739
This commit is contained in:
parent
099110bc1f
commit
ccda26a567
6 changed files with 20 additions and 10 deletions
|
|
@ -336,6 +336,9 @@ def cmdLineParser(argv=None):
|
|||
techniques.add_option("--second-url", dest="secondUrl",
|
||||
help="Resulting page URL searched for second-order response")
|
||||
|
||||
techniques.add_option("--second-req", dest="secondReq",
|
||||
help="Load second-order HTTP request from file")
|
||||
|
||||
# Fingerprint options
|
||||
fingerprint = OptionGroup(parser, "Fingerprint")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue