mirror of
https://github.com/HackTricks-wiki/hacktricks-cloud.git
synced 2026-01-08 19:30:51 -08:00
Translated ['src/README.md', 'src/banners/hacktricks-training.md', 'src/
This commit is contained in:
@@ -1,28 +1,20 @@
|
||||
# AWS - Other Services Enum
|
||||
# AWS - Altri Servizi Enum
|
||||
|
||||
{{#include ../../../banners/hacktricks-training.md}}
|
||||
|
||||
## Directconnect
|
||||
|
||||
Allows to **connect a corporate private network with AWS** (so you could compromise an EC2 instance and access the corporate network).
|
||||
|
||||
Consente di **collegare una rete privata aziendale con AWS** (quindi potresti compromettere un'istanza EC2 e accedere alla rete aziendale).
|
||||
```
|
||||
aws directconnect describe-connections
|
||||
aws directconnect describe-interconnects
|
||||
aws directconnect describe-virtual-gateways
|
||||
aws directconnect describe-virtual-interfaces
|
||||
```
|
||||
|
||||
## Support
|
||||
|
||||
In AWS you can access current and previous support cases via the API
|
||||
|
||||
In AWS puoi accedere ai casi di supporto attuali e precedenti tramite l'API
|
||||
```
|
||||
aws support describe-cases --include-resolved-cases
|
||||
```
|
||||
|
||||
{{#include ../../../banners/hacktricks-training.md}}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user