mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-06-24 15:03:05 +03:00
Minor patch (for ORDER BY 'col' cases)
This commit is contained in:
parent
dd87233fe4
commit
2dc570d7a8
|
@ -489,6 +489,9 @@ def checkSqlInjection(place, parameter, value):
|
||||||
|
|
||||||
kb.previousMethod = method
|
kb.previousMethod = method
|
||||||
|
|
||||||
|
if conf.dummy:
|
||||||
|
injectable = False
|
||||||
|
|
||||||
# If the injection test was successful feed the injection
|
# If the injection test was successful feed the injection
|
||||||
# object with the test's details
|
# object with the test's details
|
||||||
if injectable is True:
|
if injectable is True:
|
||||||
|
|
|
@ -250,7 +250,7 @@ Formats:
|
||||||
|
|
||||||
<boundary>
|
<boundary>
|
||||||
<level>3</level>
|
<level>3</level>
|
||||||
<clause>1</clause>
|
<clause>1,2,3</clause>
|
||||||
<where>1,2</where>
|
<where>1,2</where>
|
||||||
<ptype>2</ptype>
|
<ptype>2</ptype>
|
||||||
<prefix>'</prefix>
|
<prefix>'</prefix>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user