mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
speedup of UNION dumping
This commit is contained in:
parent
1ae413a206
commit
4a1a0773b7
3 changed files with 7 additions and 5 deletions
|
|
@ -384,7 +384,7 @@ def __goInband(expression, expected=None, unique=True, resumeValue=True, unpack=
|
|||
if isinstance(output, list):
|
||||
data = output
|
||||
else:
|
||||
data = parseUnionPage(output, expression, partial, unique)
|
||||
data = parseUnionPage(output, unique)
|
||||
|
||||
return data
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue