mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-07-11 19:13:12 +00:00
important update - finally found what was causing headache for UNION payloads in noticeable number of cases
This commit is contained in:
parent
97bd5355dd
commit
45caadbd4a
3 changed files with 14 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue