mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-07-29 20:46:36 +00:00
Unhidding switch '--identify-waf' (Issue #290)
This commit is contained in:
parent
08f0670aca
commit
29ba43ee6c
3 changed files with 11 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue