mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
On my way to properly parse test's <where> tag in exploitation phase
This commit is contained in:
parent
09b265a1ea
commit
283a04e29a
4 changed files with 20 additions and 9 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue