mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-08 21:51:29 +00:00
minor patch
This commit is contained in:
@@ -337,7 +337,7 @@ def __goBooleanProxy(expression):
|
|||||||
|
|
||||||
output = hashDBRetrieve(expression)
|
output = hashDBRetrieve(expression)
|
||||||
|
|
||||||
if not output:
|
if output is None:
|
||||||
output = Request.queryPage(payload, timeBasedCompare=timeBasedCompare, raise404=False)
|
output = Request.queryPage(payload, timeBasedCompare=timeBasedCompare, raise404=False)
|
||||||
|
|
||||||
if output is not None:
|
if output is not None:
|
||||||
|
|||||||
Reference in New Issue
Block a user