centralization of urlencoding should be (only) in connect.py and we are from now on handling non-urlencoded data at other levels

This commit is contained in:
Miroslav Stampar
2011-01-27 19:44:24 +00:00
parent 49aeb41be8
commit 8e74c571bc
4 changed files with 9 additions and 15 deletions

View File

@@ -407,7 +407,7 @@ def checkSqlInjection(place, parameter, value):
# Feed with test details every time a test is successful
injection.data[stype] = advancedDict()
injection.data[stype].title = title
injection.data[stype].payload = agent.removePayloadDelimiters(reqPayload, False)
injection.data[stype].payload = agent.removePayloadDelimiters(reqPayload)
injection.data[stype].where = where
injection.data[stype].vector = vector
injection.data[stype].comment = comment