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'