mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2024-11-10 07:04:22 +00:00
Update PostgreSQL Injection.md
This commit is contained in:
parent
cd6f5493b3
commit
4e17d6c2b3
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue