mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-05-14 01:16:59 +00:00
Adding new option --param-exclude on private request
This commit is contained in:
parent
44b00d629d
commit
89bbf5284c
6 changed files with 19 additions and 6 deletions
|
|
@ -238,6 +238,9 @@ skip =
|
|||
# Valid: True or False
|
||||
skipStatic = False
|
||||
|
||||
# Regexp to exclude parameters from testing (e.g. "ses").
|
||||
paramExclude =
|
||||
|
||||
# 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