mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
adding a new (for now) hidden switch --test-filter for filtering tests by their name
This commit is contained in:
parent
fd9acfd7d2
commit
88f1110c44
3 changed files with 14 additions and 3 deletions
|
|
@ -591,6 +591,9 @@ def cmdLineParser():
|
|||
parser.add_option("--no-cast", dest="noCast", action="store_true",
|
||||
help=SUPPRESS_HELP)
|
||||
|
||||
parser.add_option("--test-filter", dest="testFilter",
|
||||
help=SUPPRESS_HELP)
|
||||
|
||||
parser.add_option_group(target)
|
||||
parser.add_option_group(request)
|
||||
parser.add_option_group(optimization)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue