little cleanup

This commit is contained in:
Miroslav Stampar
2011-02-06 21:52:39 +00:00
parent c4c2cf1d58
commit b9b2fe0e7c
3 changed files with 1 additions and 4 deletions

View File

@@ -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)