From 7d0662da233ae365f564c32116e4b89c19592b16 Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Wed, 22 Aug 2012 11:42:06 +0200 Subject: [PATCH] Update for an #161 --- 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 d1b52f1eb..de16f522a 100644 --- a/lib/controller/checks.py +++ b/lib/controller/checks.py @@ -663,7 +663,7 @@ def heuristicCheckSqlInjection(place, parameter): errMsg += "at the back-end web application" logger.error(errMsg) - message = "do you want to skip those kind of cases? [Y/n] " + message = "do you want to skip those kind of cases (and save scanning time)? [Y/n] " kb.ignoreCasted = readInput(message, default='Y').upper() != 'N' return result