From 38ee95e2c96afd40140f4822ebe9ff0cfab3e21d Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Tue, 13 Aug 2013 18:58:24 +0200 Subject: [PATCH] Minor language update --- lib/controller/controller.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/controller/controller.py b/lib/controller/controller.py index 730c1003a..3cea4d0d6 100644 --- a/lib/controller/controller.py +++ b/lib/controller/controller.py @@ -289,7 +289,7 @@ def start(): if testSqlInj and conf.hostname in kb.vulnHosts: if kb.skipVulnHost is None: - message = "vulnerability has already been detected " + message = "SQL injection vulnerability has already been detected " message += "against '%s'. Do you want to skip " % conf.hostname message += "further tests involving it? [Y/n]" kb.skipVulnHost = readInput(message, default="Y").upper() != 'N'