On my way to properly parse test's <where> tag in exploitation phase

This commit is contained in:
Bernardo Damele
2010-12-01 23:32:58 +00:00
parent 09b265a1ea
commit 283a04e29a
4 changed files with 20 additions and 9 deletions

View File

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