Unhidding switch '--identify-waf' (Issue #290)

This commit is contained in:
stamparm
2013-02-21 14:48:19 +01:00
parent 08f0670aca
commit 29ba43ee6c
3 changed files with 11 additions and 6 deletions

View File

@@ -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