GitBook: [#3579] No subject

This commit is contained in:
CPol 2022-10-08 08:31:50 +00:00 committed by gitbook-bot
parent dafc4e8ace
commit e5213fb8a7
No known key found for this signature in database
GPG Key ID: 07D2180C7B12D0FF
2 changed files with 4 additions and 1 deletions

View File

@ -61,6 +61,9 @@ SELECT usename, passwd from pg_shadow;
#Check if plpgsql is enabled
SELECT lanname,lanacl FROM pg_language WHERE lanname = 'plpgsql'
# Sow installed extensions
SHOW rds.extensions
```
For more information about **how to abuse a PostgreSQL database** check:

View File

@ -403,7 +403,7 @@ For example you could:
* Grant [**DCSync**](./#dcsync) privileges to a user
```powershell
Add-DomainObjectAcl -TargetIdentity "DC=dev,DC=cyberbotic,DC=io" -PrincipalIdentity bfarmer -Rights DCSync
Add-DomainObjectAcl -TargetIdentity "DC=SUB,DC=DOMAIN,DC=LOCAL" -PrincipalIdentity bfarmer -Rights DCSync
```
### Silver Ticket