Heuristically checking for WAF/IDS/IPS by default

This commit is contained in:
Miroslav Stampar
2015-01-06 14:01:47 +01:00
parent cd7d9edcbe
commit 6fc41ca940
6 changed files with 14 additions and 43 deletions

View File

@@ -372,8 +372,7 @@ def start():
if not checkConnection(suppressOutput=conf.forms) or not checkString() or not checkRegexp():
continue
if conf.checkWaf:
checkWaf()
checkWaf()
if conf.identifyWaf:
identifyWaf()