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)