mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
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:
parent
eb73cab636
commit
3532d23933
2 changed files with 16 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue