automatically extending ranges for UNION tests in case where at least one other injection technique is usable (boundaries has been established)

This commit is contained in:
Miroslav Stampar
2012-04-23 13:41:36 +00:00
parent eb73cab636
commit 3532d23933
2 changed files with 16 additions and 1 deletions

View File

@@ -59,7 +59,7 @@ def __findUnionCharCount(comment, place, parameter, value, prefix, suffix, where
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"
infoMsg += "range for current UNION query injection technique test"
singleTimeLogMessage(infoMsg)
lowCols, highCols = 1, ORDER_BY_STEP