mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
update
This commit is contained in:
parent
66db80804d
commit
ac9080c07b
3 changed files with 26 additions and 26 deletions
|
|
@ -105,7 +105,7 @@ def __goBooleanProxy(expression, resumeValue=True):
|
|||
else:
|
||||
if not expression.upper().startswith("SELECT "):
|
||||
expression = agent.forgeCaseStatement(expression)
|
||||
vector = vector.replace("%s", expression)
|
||||
vector = vector.replace("[QUERY]", expression)
|
||||
vector = agent.cleanupPayload(vector)
|
||||
|
||||
query = agent.prefixQuery(vector)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue