important update - finally found what was causing headache for UNION payloads in noticeable number of cases

This commit is contained in:
Miroslav Stampar
2011-05-26 21:54:19 +00:00
parent 97bd5355dd
commit 45caadbd4a
3 changed files with 14 additions and 1 deletions

View File

@@ -414,6 +414,8 @@ def checkSqlInjection(place, parameter, value):
# by unionTest() directly
where = vector[6]
kb.previousMethod = method
# If the injection test was successful feed the injection
# object with the test's details
if injectable is True: