mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Important bug fix.
Minor code restyling.
This commit is contained in:
parent
1b3717c79c
commit
be6e2d6a31
4 changed files with 14 additions and 14 deletions
|
|
@ -395,7 +395,7 @@ def checkSqlInjection(place, parameter, value):
|
|||
|
||||
# Overwrite 'where' because it can differ
|
||||
# in unionTest()'s vector (1 or 2)
|
||||
where = vector[5]
|
||||
where = vector[6]
|
||||
|
||||
# If the injection test was successful feed the injection
|
||||
# object with the test's details
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue