Skip to content

Commit

Permalink
Publish Latest 2024-02-08
Browse files Browse the repository at this point in the history
Updates based on OWASP/wstg@df06f21
  • Loading branch information
wstgbot committed Feb 8, 2024
1 parent 52f2fa3 commit c7dfc88
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ Based on their [blog article](https://blog.ripstech.com/2020/exploiting-hibernat
| DBMS | SQL Injection |
|------------|-----------------------------------------------------------------------|
| MySQL | `abc\' INTO OUTFILE --` |
| PostgreSQL | `$$='$$=chr(61) \|\| chr(0x27) and 1=pg_sleep(2) \|\| version()'` |
<!-- markdownlint-disable-next-line MD055 MD056 -->
| PostgreSQL | `$$='$$=chr(61) || chr(0x27) and 1=pg_sleep(2) || version()'` |
| Oracle | `NVL(TO_CHAR(DBMS_XMLGEN.getxml('select 1 where 1337>1')),'1')!='1'` |
| MS SQL | `1<LEN(%C2%A0(select%C2%A0top%C2%A01%C2%A0name%C2%A0from%C2%A0users)` |

Expand Down

0 comments on commit c7dfc88

Please sign in to comment.