mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-07-11 19:13:12 +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
|
|
@ -222,6 +222,10 @@ testParameter =
|
|||
# Skip testing for given parameter(s).
|
||||
skip =
|
||||
|
||||
# Skip testing parameters that not appear dynamic.
|
||||
# Valid: True or False
|
||||
skipStatic = False
|
||||
|
||||
# Force back-end DBMS to this value. If this option is set, the back-end
|
||||
# DBMS identification process will be minimized as needed.
|
||||
# If not set, sqlmap will detect back-end DBMS automatically by default.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue