mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-07-11 19:13:12 +00:00
new feature --forms (still unfinished)
This commit is contained in:
parent
de0f6b6f72
commit
8fcad29bbf
6 changed files with 3462 additions and 10 deletions
|
|
@ -455,6 +455,10 @@ def cmdLineParser():
|
|||
action="store_true", default=False,
|
||||
help="Flush session file for current target")
|
||||
|
||||
miscellaneous.add_option("--forms", dest="forms",
|
||||
action="store_true", default=False,
|
||||
help="Parse and test forms on target url")
|
||||
|
||||
miscellaneous.add_option("--eta", dest="eta",
|
||||
action="store_true", default=False,
|
||||
help="Display for each output the "
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue