Minor update for an Issue #290

This commit is contained in:
stamparm 2013-02-26 11:08:06 +01:00
parent 9d81be7af5
commit f6b43b4b13

View File

@ -1050,6 +1050,8 @@ def identifyWaf():
if not conf.identifyWaf:
return None
kb.testMode = True
infoMsg = "using WAF scripts to detect "
infoMsg += "backend WAF/IPS/IDS protection"
logger.info(infoMsg)
@ -1089,6 +1091,8 @@ def identifyWaf():
infoMsg = "no WAF/IDS/IPS product has been identified"
logger.info(infoMsg)
kb.testMode = False
return retVal
def checkNullConnection():