mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
More drei stuff
This commit is contained in:
parent
d465007dfe
commit
6dbf24531c
8 changed files with 15 additions and 15 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue