mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-01-24 08:14:24 +03:00
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:
parent
f7562da754
commit
538b49bcc5
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user