From e849b7102718c6f0cf57aa276ae5025618b2ce98 Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Wed, 3 Aug 2011 14:31:42 +0000 Subject: [PATCH] minor typo --- lib/techniques/union/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/techniques/union/test.py b/lib/techniques/union/test.py index e8ac59362..87c0ce920 100644 --- a/lib/techniques/union/test.py +++ b/lib/techniques/union/test.py @@ -63,7 +63,7 @@ def __findUnionCharCount(comment, place, parameter, value, prefix, suffix, where if __orderByTest(1) and not __orderByTest(randomInt()): infoMsg = "ORDER BY technique seems to be usable. " - infoMsg += "this should reduce the time needed " + infoMsg += "This should reduce the time needed " infoMsg += "to find the right number " infoMsg += "of query columns. Automatically extending the " infoMsg += "range for UNION query injection technique"