From 3f8dafedae8f20799ac753a25ce999d154e233ca Mon Sep 17 00:00:00 2001 From: stamparm Date: Tue, 26 Mar 2013 14:08:35 +0100 Subject: [PATCH] Minor text 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 ae7de1840..91ee0719e 100644 --- a/lib/controller/checks.py +++ b/lib/controller/checks.py @@ -102,7 +102,7 @@ def checkSqlInjection(place, parameter, value): if kb.extendTests is None: _ = (Format.getErrorParsedDBMSes() if Backend.getErrorParsedDBMSes() else kb.heuristicDbms) msg = "do you want to include all tests for '%s' " % _ - msg += "ignoring provided level (%d) and risk (%s)? [Y/n]" % (conf.level, conf.risk) + msg += "extending provided level (%d) and risk (%s)? [Y/n]" % (conf.level, conf.risk) kb.extendTests = [] if readInput(msg, default='Y').upper() != 'Y' else (Backend.getErrorParsedDBMSes() or [kb.heuristicDbms]) title = test.title