Skip to content

Commit

Permalink
add online compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
xanhacks committed Oct 26, 2023
1 parent 99945a9 commit ab5a37b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions content/en/docs/server-side/sql-injection.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,15 @@ toc: true
| `SUBSTR('abc',2,1)` | `SUBSTR('abc',2,1)` | `SUBSTR('abc',2,1)` |
| `PG_SLEEP(4)` | *Unknown* | `SLEEP(4)` |

### Testing & Documentation

- [PostgreSQL - Online](https://onecompiler.com/postgresql/) - [Docs](https://www.postgresql.org/docs/)
- [MySQL - Online](https://onecompiler.com/mysql/) - [Docs](https://dev.mysql.com/doc/refman/8.0/en/)
- [MariaDB - Online](https://onecompiler.com/mariadb/)
- [Microsoft SQL Server - Online](https://onecompiler.com/sqlserver)
- [Oracle - Online](https://livesql.oracle.com/)
- SQLite3: run the command `sqlite3`

## Database enumeration

### MySQL
Expand Down

0 comments on commit ab5a37b

Please sign in to comment.