mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
Fixes #5574
This commit is contained in:
parent
de66b69f41
commit
67ab79a625
2 changed files with 2 additions and 2 deletions
|
|
@ -891,7 +891,7 @@ class Agent(object):
|
|||
if element > 0:
|
||||
unionQuery += ','
|
||||
|
||||
if conf.uValues:
|
||||
if conf.uValues and conf.uValues.count(',') + 1 == count:
|
||||
unionQuery += conf.uValues.split(',')[element]
|
||||
elif element == position:
|
||||
unionQuery += query
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue