mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Minor patch (for ORDER BY 'col' cases)
This commit is contained in:
parent
dd87233fe4
commit
2dc570d7a8
2 changed files with 4 additions and 1 deletions
|
|
@ -489,6 +489,9 @@ def checkSqlInjection(place, parameter, value):
|
|||
|
||||
kb.previousMethod = method
|
||||
|
||||
if conf.dummy:
|
||||
injectable = False
|
||||
|
||||
# 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