mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-01-20 05:19:02 +00:00
Adding new switch ('--skip-static')
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user