mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 05:01:30 +00:00
More drei stuff
This commit is contained in:
@@ -168,7 +168,7 @@ def _unionPosition(comment, place, parameter, prefix, suffix, count, where=PAYLO
|
||||
validPayload = None
|
||||
vector = None
|
||||
|
||||
positions = range(0, count)
|
||||
positions = [_ for _ in xrange(0, count)]
|
||||
|
||||
# Unbiased approach for searching appropriate usable column
|
||||
random.shuffle(positions)
|
||||
|
||||
Reference in New Issue
Block a user