mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-01-24 16:24:25 +03:00
I think we should not resume checkBooleanExpression() calls if --fresh-queries or --flush-session is provided
This commit is contained in:
parent
f704a46341
commit
33cbbed4a8
|
@ -335,7 +335,7 @@ def __goBooleanProxy(expression):
|
||||||
payload = agent.payload(newValue=query)
|
payload = agent.payload(newValue=query)
|
||||||
timeBasedCompare = kb.technique in (PAYLOAD.TECHNIQUE.TIME, PAYLOAD.TECHNIQUE.STACKED)
|
timeBasedCompare = kb.technique in (PAYLOAD.TECHNIQUE.TIME, PAYLOAD.TECHNIQUE.STACKED)
|
||||||
|
|
||||||
output = hashDBRetrieve(expression)
|
output = hashDBRetrieve(expression, checkConf=True)
|
||||||
|
|
||||||
if output is None:
|
if output is None:
|
||||||
output = Request.queryPage(payload, timeBasedCompare=timeBasedCompare, raise404=False)
|
output = Request.queryPage(payload, timeBasedCompare=timeBasedCompare, raise404=False)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user