mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-07-11 19:13:12 +00:00
Implements #1442
This commit is contained in:
parent
29edb4f75c
commit
53de0e8949
5 changed files with 21 additions and 0 deletions
|
|
@ -674,6 +674,9 @@ def cmdLineParser(argv=None):
|
|||
general.add_option("--test-filter", dest="testFilter",
|
||||
help="Select tests by payloads and/or titles (e.g. ROW)")
|
||||
|
||||
general.add_option("--test-skip", dest="testSkip",
|
||||
help="Skip tests by payloads and/or titles (e.g. BENCHMARK)")
|
||||
|
||||
general.add_option("--update", dest="updateAll",
|
||||
action="store_true",
|
||||
help="Update sqlmap")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue