mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-01-22 06:09:02 +00:00
Adding new option --param-exclude on private request
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user