mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-07-11 19:13:12 +00:00
few reverts
This commit is contained in:
parent
b9b2fe0e7c
commit
078a2207cc
3 changed files with 4 additions and 1 deletions
|
|
@ -48,6 +48,7 @@ def __oneShotErrorUse(expression, field):
|
|||
|
||||
# Forge the error-based SQL injection request
|
||||
vector = agent.cleanupPayload(kb.injection.data[PAYLOAD.TECHNIQUE.ERROR].vector)
|
||||
query = unescaper.unescape(vector)
|
||||
query = agent.prefixQuery(query)
|
||||
query = agent.suffixQuery(query)
|
||||
injExpression = expression.replace(field, nulledCastedField, 1)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue