From 0ad3846451d2bdc470977631f5f50fee62c43c7f Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Wed, 22 Aug 2012 16:10:56 +0200 Subject: [PATCH] Minor language 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 6a1401894..19dfa6fb4 100644 --- a/lib/controller/checks.py +++ b/lib/controller/checks.py @@ -667,7 +667,7 @@ def heuristicCheckSqlInjection(place, parameter): logger.error(errMsg) if kb.ignoreCasted is None: - message = "do you want to skip those kind of parameters (and save scanning time)? %s " % ("[Y/n]" if conf.multipleTargets else "[y/N]") + message = "do you want to skip those kind of cases (and save scanning time)? %s " % ("[Y/n]" if conf.multipleTargets else "[y/N]") kb.ignoreCasted = readInput(message, default='Y' if conf.multipleTargets else 'N').upper() != 'N' elif result: