mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Adding new switch ('--skip-static')
This commit is contained in:
parent
e8f87bfa41
commit
17bfda1b9c
4 changed files with 14 additions and 1 deletions
|
|
@ -252,6 +252,9 @@ def cmdLineParser():
|
|||
injection.add_option("--skip", dest="skip",
|
||||
help="Skip testing for given parameter(s)")
|
||||
|
||||
injection.add_option("--skip-static", dest="skipStatic", action="store_true",
|
||||
help="Skip testing parameters that not appear dynamic")
|
||||
|
||||
injection.add_option("--dbms", dest="dbms",
|
||||
help="Force back-end DBMS to this value")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue