mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-07 08:52:20 +01:00
quick fix
This commit is contained in:
parent
441fc8dbd9
commit
029a6abba2
1 changed files with 1 additions and 1 deletions
|
|
@ -98,7 +98,7 @@ def __goBooleanProxy(expression, resumeValue=True):
|
|||
kb.pageTemplate = getPageTemplate(kb.injection.data[kb.technique].templatePayload, kb.injection.place)
|
||||
|
||||
vector = kb.injection.data[kb.technique].vector
|
||||
vector = vector.replace("[INFERENCE]", "(%s)" % expression)
|
||||
vector = vector.replace("[INFERENCE]", "1=(%s)" % expression)
|
||||
vector = agent.cleanupPayload(vector)
|
||||
|
||||
query = agent.prefixQuery(vector)
|
||||
|
|
|
|||
Loading…
Reference in a new issue