From 2b60e61d54cfced70f7d6536eac35049f3f4f22b Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Wed, 25 Jul 2012 10:57:19 +0200 Subject: [PATCH] Minor update for #119 --- lib/controller/checks.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/controller/checks.py b/lib/controller/checks.py index fa87f78bf..96fdaa6f2 100644 --- a/lib/controller/checks.py +++ b/lib/controller/checks.py @@ -435,7 +435,8 @@ def checkSqlInjection(place, parameter, value): if unionExtended: infoMsg = "automatically extending ranges " infoMsg += "for UNION query injection technique tests as " - infoMsg += "there is at least one other injection technique found" + infoMsg += "there is at least one other potential " + infoMsg += "injection technique found" singleTimeLogMessage(infoMsg) # Test for UNION query SQL injection