mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Implements #3549
This commit is contained in:
parent
aa5645c71a
commit
519538a1d3
6 changed files with 15 additions and 1 deletions
|
|
@ -261,6 +261,9 @@ def cmdLineParser(argv=None):
|
|||
injection.add_option("--param-exclude", dest="paramExclude",
|
||||
help="Regexp to exclude parameters from testing (e.g. \"ses\")")
|
||||
|
||||
injection.add_option("--param-filter", dest="paramFilter",
|
||||
help="Select testable parameter(s) by place (e.g. \"POST\")")
|
||||
|
||||
injection.add_option("--dbms", dest="dbms",
|
||||
help="Force back-end DBMS to provided value")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue