mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
minor fix
This commit is contained in:
@@ -120,7 +120,7 @@ def __goBooleanProxy(expression, resumeValue=True):
|
|||||||
output = None
|
output = None
|
||||||
|
|
||||||
if not output:
|
if not output:
|
||||||
output = Request.queryPage(payload, timeBasedCompare=timeBasedCompare)
|
output = Request.queryPage(payload, timeBasedCompare=timeBasedCompare, raise404=False)
|
||||||
|
|
||||||
return output
|
return output
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user