mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 04:31:30 +00:00
Implementing --skip-heuristics (#4414)
This commit is contained in:
@@ -787,6 +787,10 @@ repair = False
|
||||
# Example: (google|yahoo)
|
||||
scope =
|
||||
|
||||
# Skip heuristic detection of SQLi/XSS vulnerabilities.
|
||||
# Valid: True or False
|
||||
skipHeuristics = False
|
||||
|
||||
# Skip heuristic detection of WAF/IPS protection.
|
||||
# Valid: True or False
|
||||
skipWaf = False
|
||||
|
||||
Reference in New Issue
Block a user