mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Adding switch --mine-params
This commit is contained in:
parent
ffe124f3e0
commit
075d009bb7
8 changed files with 457 additions and 1 deletions
|
|
@ -721,6 +721,9 @@ def cmdLineParser(argv=None):
|
|||
general.add_argument("--forms", dest="forms", action="store_true",
|
||||
help="Parse and test forms on target URL")
|
||||
|
||||
general.add_argument("--mine-params", dest="mineParams", action="store_true",
|
||||
help="Mine for hidden (unlinked) GET parameters to test")
|
||||
|
||||
general.add_argument("--fresh-queries", dest="freshQueries", action="store_true",
|
||||
help="Ignore query results stored in session file")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue