From d7cdb6cbd8e199a834c901da149ce76d073b336c Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Sat, 6 Feb 2016 20:16:33 +0100 Subject: [PATCH] Minor update --- lib/controller/checks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/controller/checks.py b/lib/controller/checks.py index fcb10818c..078e04e0d 100644 --- a/lib/controller/checks.py +++ b/lib/controller/checks.py @@ -1287,7 +1287,7 @@ def identifyWaf(): if output and output[0] not in ("Y", "y"): raise SqlmapUserQuitException 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) kb.testType = None