mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-02-03 13:14:13 +03:00
Merge branch 'master' of github.com:sqlmapproject/sqlmap
This commit is contained in:
commit
2c9a47f6f3
|
@ -263,6 +263,7 @@ def unionUse(expression, unpack=True, dump=False):
|
||||||
items = parseUnionPage(output)
|
items = parseUnionPage(output)
|
||||||
|
|
||||||
with kb.locks.value:
|
with kb.locks.value:
|
||||||
|
# in case that we requested N columns and we get M!=N then we have to filter a bit
|
||||||
if isListLike(items) and len(items) > 1 and len(expressionFieldsList) > 1:
|
if isListLike(items) and len(items) > 1 and len(expressionFieldsList) > 1:
|
||||||
items = [item for item in items if isListLike(item) and len(item) == len(expressionFieldsList)]
|
items = [item for item in items if isListLike(item) and len(item) == len(expressionFieldsList)]
|
||||||
index = None
|
index = None
|
||||||
|
|
Loading…
Reference in New Issue
Block a user