mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-21 06:59:02 +00:00
important update - finally found what was causing headache for UNION payloads in noticeable number of cases
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user