mirror of
https://github.com/HackTricks-wiki/hacktricks-cloud.git
synced 2026-01-08 03:10:49 -08:00
18 lines
402 B
Markdown
18 lines
402 B
Markdown
# AWS - Organizzazioni Post Exploitation
|
|
|
|
{{#include ../../../banners/hacktricks-training.md}}
|
|
|
|
## Organizzazioni
|
|
|
|
Per ulteriori informazioni su AWS Organizations controlla:
|
|
|
|
{{#ref}}
|
|
../aws-services/aws-organizations-enum.md
|
|
{{#endref}}
|
|
|
|
### Lascia l'Org
|
|
```bash
|
|
aws organizations deregister-account --account-id <account_id> --region <region>
|
|
```
|
|
{{#include ../../../banners/hacktricks-training.md}}
|