From 538b49bcc55c87f08c21030bd2ed159379fa5779 Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Wed, 3 Aug 2011 13:26:38 +0000 Subject: [PATCH] removing word "dramatically". i was too excited at the moment :). it is cool and all but we shouldn't put "highly subjective" attribs in reports --- lib/techniques/union/test.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/techniques/union/test.py b/lib/techniques/union/test.py index 72f9f38a8..e8ac59362 100644 --- a/lib/techniques/union/test.py +++ b/lib/techniques/union/test.py @@ -63,8 +63,8 @@ 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 dramatically reduce the " - infoMsg += "time needed to find the right number " + 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" singleTimeLogMessage(infoMsg)