From d0e79a4d15eff0a8fedca04cb59a48b3154990f8 Mon Sep 17 00:00:00 2001 From: stamparm Date: Mon, 8 Jul 2013 12:38:36 +0200 Subject: [PATCH] Minor text update --- lib/controller/checks.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/controller/checks.py b/lib/controller/checks.py index 3e647b633..b8c8cb856 100644 --- a/lib/controller/checks.py +++ b/lib/controller/checks.py @@ -716,13 +716,13 @@ def checkSuhosinPatch(injection): def heuristicCheckSqlInjection(place, parameter): if kb.nullConnection: - debugMsg = "heuristic checking skipped " + debugMsg = "heuristic check skipped " debugMsg += "because NULL connection used" logger.debug(debugMsg) return None if wasLastResponseDBMSError(): - debugMsg = "heuristic checking skipped " + debugMsg = "heuristic check skipped " debugMsg += "because original page content " debugMsg += "contains DBMS error" logger.debug(debugMsg) @@ -1016,7 +1016,7 @@ def checkWaf(): if not conf.checkWaf: return False - infoMsg = "heuristic checking if the target is protected by " + infoMsg = "heuristically checking if the target is protected by " infoMsg += "some kind of WAF/IPS/IDS" logger.info(infoMsg)