mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-02-17 03:50:42 +03:00
quick fix for a bug reported by bugtrace (not using __goBooleanProxy because we don't have a proper vector this moment)
This commit is contained in:
parent
03447acc1d
commit
5d18c98ec2
|
@ -440,9 +440,6 @@ def getValue(expression, blind=True, inband=True, error=True, time=True, fromUse
|
||||||
|
|
||||||
if inband and kb.unionTest is not None:
|
if inband and kb.unionTest is not None:
|
||||||
kb.technique = PAYLOAD.TECHNIQUE.UNION
|
kb.technique = PAYLOAD.TECHNIQUE.UNION
|
||||||
if expected == EXPECTED.BOOL:
|
|
||||||
value = __goBooleanProxy(booleanExpression, resumeValue)
|
|
||||||
else:
|
|
||||||
value = __goInband(query, expected, sort, resumeValue, unpack, dump)
|
value = __goInband(query, expected, sort, resumeValue, unpack, dump)
|
||||||
found = value or (value is None and expectingNone)
|
found = value or (value is None and expectingNone)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user