mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-08 05:31:32 +00:00
minor update
This commit is contained in:
@@ -376,12 +376,6 @@ def __goInband(expression, expected=None, sort=True, resumeValue=True, unpack=Tr
|
|||||||
partial = False
|
partial = False
|
||||||
data = None
|
data = None
|
||||||
|
|
||||||
if resumeValue:
|
|
||||||
output = resume(expression, None)
|
|
||||||
|
|
||||||
if not output or (output and (expected == EXPECTED.INT and not output.isdigit())):
|
|
||||||
partial = True
|
|
||||||
|
|
||||||
if output is None:
|
if output is None:
|
||||||
output = unionUse(expression, unpack=unpack, dump=dump)
|
output = unionUse(expression, unpack=unpack, dump=dump)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user