mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 04:31:30 +00:00
Unhidding switch '--identify-waf' (Issue #290)
This commit is contained in:
@@ -667,7 +667,7 @@ beep = False
|
||||
# Valid: True or False
|
||||
checkPayload = False
|
||||
|
||||
# Check for existence of WAF/IPS/IDS protection.
|
||||
# Heuristically check for WAF/IPS/IDS protection.
|
||||
# Valid: True or False
|
||||
checkWaf = False
|
||||
|
||||
@@ -692,6 +692,10 @@ googlePage = 1
|
||||
# Valid: True or False
|
||||
hpp = False
|
||||
|
||||
# Make a through testing for a WAF/IPS/IDS protection.
|
||||
# Valid: True or False
|
||||
identifyWaf = False
|
||||
|
||||
# Imitate smartphone through HTTP User-Agent header.
|
||||
# Valid: True or False
|
||||
mobile = False
|
||||
|
||||
Reference in New Issue
Block a user