Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2dc570d

Browse files
committed
Minor patch (for ORDER BY 'col' cases)
1 parent dd87233 commit 2dc570d

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

lib/controller/checks.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -489,6 +489,9 @@ def genCmpPayload():
489489

490490
kb.previousMethod = method
491491

492+
if conf.dummy:
493+
injectable = False
494+
492495
# If the injection test was successful feed the injection
493496
# object with the test's details
494497
if injectable is True:

xml/payloads.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ Formats:
250250

251251
<boundary>
252252
<level>3</level>
253-
<clause>1</clause>
253+
<clause>1,2,3</clause>
254254
<where>1,2</where>
255255
<ptype>2</ptype>
256256
<prefix>'</prefix>

0 commit comments

Comments
 (0)