mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 20:51:31 +00:00
On my way to properly parse test's <where> tag in exploitation phase
This commit is contained in:
@@ -35,7 +35,6 @@ def errorUse(expression):
|
||||
"""
|
||||
|
||||
output = None
|
||||
randInt = randomInt(1)
|
||||
query = agent.cleanupPayload(kb.injection.data[2].epayload)
|
||||
query = unescaper.unescape(query)
|
||||
query = agent.prefixQuery(query)
|
||||
|
||||
Reference in New Issue
Block a user