mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
improvements to --live-test and added --stop-fail switch
This commit is contained in:
parent
064d443d60
commit
bbd2adb5fb
3 changed files with 42 additions and 27 deletions
|
|
@ -679,6 +679,9 @@ def cmdLineParser():
|
|||
parser.add_option("--live-test", dest="liveTest", action="store_true",
|
||||
help=SUPPRESS_HELP)
|
||||
|
||||
parser.add_option("--stop-fail", dest="stopFail", action="store_true",
|
||||
help=SUPPRESS_HELP)
|
||||
|
||||
parser.add_option("--run-case", dest="runCase", help=SUPPRESS_HELP)
|
||||
|
||||
parser.add_option("--restapi", dest="restApi", action="store_true",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue