mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-06-29 09:23:30 +03:00
minor patch
This commit is contained in:
parent
e419177871
commit
fdf61015ad
|
@ -337,7 +337,7 @@ def __goBooleanProxy(expression):
|
|||
|
||||
output = hashDBRetrieve(expression)
|
||||
|
||||
if not output:
|
||||
if output is None:
|
||||
output = Request.queryPage(payload, timeBasedCompare=timeBasedCompare, raise404=False)
|
||||
|
||||
if output is not None:
|
||||
|
|
Loading…
Reference in New Issue
Block a user