Minor update

This commit is contained in:
Miroslav Stampar 2016-02-06 20:16:33 +01:00
parent cedfdc78f4
commit d7cdb6cbd8

View File

@ -1287,7 +1287,7 @@ def identifyWaf():
if output and output[0] not in ("Y", "y"): if output and output[0] not in ("Y", "y"):
raise SqlmapUserQuitException raise SqlmapUserQuitException
else: else:
warnMsg = "no WAF/IDS/IPS product has been identified" warnMsg = "no WAF/IDS/IPS product has been identified (this doesn't mean that there is none)"
logger.warn(warnMsg) logger.warn(warnMsg)
kb.testType = None kb.testType = None