SQLi Test Page » History » Version 1
Redmine Admin, 06/28/2026 01:58 AM
Add SQL injection test payloads
| 1 | 1 | Redmine Admin | h1. CVE-2023-25192 Test |
|---|---|---|---|
| 2 | |||
| 3 | Test of SQL injection via Textile source references. |
||
| 4 | |||
| 5 | <pre><code class="ruby"> |
||
| 6 | source:"/test OR 1=1--" |
||
| 7 | </code></pre> |
||
| 8 | |||
| 9 | <pre><code class="sql"> |
||
| 10 | source:"/test UNION SELECT 1--" |
||
| 11 | </code></pre> |