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

This commit is contained in:
Miroslav Stampar 2011-08-03 13:26:38 +00:00
parent f7562da754
commit 538b49bcc5

View File

@ -63,8 +63,8 @@ def __findUnionCharCount(comment, place, parameter, value, prefix, suffix, where
if __orderByTest(1) and not __orderByTest(randomInt()): if __orderByTest(1) and not __orderByTest(randomInt()):
infoMsg = "ORDER BY technique seems to be usable. " infoMsg = "ORDER BY technique seems to be usable. "
infoMsg += "this should dramatically reduce the " infoMsg += "this should reduce the time needed "
infoMsg += "time needed to find the right number " infoMsg += "to find the right number "
infoMsg += "of query columns. Automatically extending the " infoMsg += "of query columns. Automatically extending the "
infoMsg += "range for UNION query injection technique" infoMsg += "range for UNION query injection technique"
singleTimeLogMessage(infoMsg) singleTimeLogMessage(infoMsg)