mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
little cleanup
This commit is contained in:
parent
c4c2cf1d58
commit
b9b2fe0e7c
3 changed files with 1 additions and 4 deletions
|
|
@ -48,7 +48,6 @@ 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