mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2025-12-27 05:03:28 -08:00
Update PostgreSQL Injection.md
This commit is contained in:
@@ -71,7 +71,7 @@ SELECT usename FROM pg_user WHERE usesuper IS TRUE
|
||||
SELECT usename, usecreatedb, usesuper, usecatupd FROM pg_user
|
||||
```
|
||||
|
||||
## PostgreSQL Check if Current User is Supperuser
|
||||
## PostgreSQL Check if Current User is Superuser
|
||||
|
||||
```sql
|
||||
SHOW is_superuser;
|
||||
|
||||
Reference in New Issue
Block a user