mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Implements #3549
This commit is contained in:
parent
aa5645c71a
commit
519538a1d3
6 changed files with 15 additions and 1 deletions
|
|
@ -245,6 +245,9 @@ skipStatic = False
|
|||
# Regexp to exclude parameters from testing (e.g. "ses").
|
||||
paramExclude =
|
||||
|
||||
# Select testable parameter(s) by place (e.g. "POST").
|
||||
paramFilter =
|
||||
|
||||
# Force back-end DBMS to provided 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