mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-27 04:05:58 +00:00
Bug fixes and proper packing/unpacking of custom statements and predefined queries for both error-based and UNION query techniques.
Now it deals in UNION query also with --start and --stop and resume has been enhanced for both techniques too.
This commit is contained in:
parent
2619e4895f
commit
9b342a4c95
3 changed files with 199 additions and 225 deletions
|
|
@ -378,7 +378,7 @@ def __goInband(expression, expected=None, sort=True, resumeValue=True, unpack=Tr
|
|||
partial = True
|
||||
|
||||
if output is None:
|
||||
output = unionUse(expression, resetCounter=True, unpack=unpack, dump=dump)
|
||||
output = unionUse(expression, unpack=unpack, dump=dump)
|
||||
|
||||
if output:
|
||||
data = parseUnionPage(output, expression, partial, None, sort)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue