mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-02-19 21:10:36 +03:00
minor update
This commit is contained in:
parent
7e80274fac
commit
34738129c9
|
@ -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)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user