mirror of
https://github.com/HackTricks-wiki/hacktricks-cloud.git
synced 2025-12-27 13:13:06 -08:00
Translated ['src/pentesting-cloud/azure-security/az-unauthenticated-enum
This commit is contained in:
@@ -0,0 +1,37 @@
|
||||
# Az - VMs Unauth
|
||||
|
||||
{{#include ../../../banners/hacktricks-training.md}}
|
||||
|
||||
## Virtuele Masjiene
|
||||
|
||||
Vir meer inligting oor Azure Virtuele Masjiene, kyk:
|
||||
|
||||
{{#ref}}
|
||||
../az-services/vms/
|
||||
{{#endref}}
|
||||
|
||||
### Blootgestelde kwesbare diens
|
||||
|
||||
'n Netwerkdiens wat kwesbaar is vir sommige RCE.
|
||||
|
||||
### Publieke Galery Beelde
|
||||
|
||||
'n Publieke beeld mag geheime daarin hê:
|
||||
```bash
|
||||
# List all community galleries
|
||||
az sig list-community --output table
|
||||
|
||||
# Search by publisherUri
|
||||
az sig list-community --output json --query "[?communityMetadata.publisherUri=='https://3nets.io']"
|
||||
```
|
||||
### Publieke Uitbreidings
|
||||
|
||||
Dit sou meer vreemd wees, maar nie onmoontlik nie. 'n Groot maatskappy mag 'n uitbreiding met sensitiewe data daarin plaas:
|
||||
```bash
|
||||
# It takes some mins to run
|
||||
az vm extension image list --output table
|
||||
|
||||
# Get extensions by publisher
|
||||
az vm extension image list --publisher "Site24x7" --output table
|
||||
```
|
||||
{{#include ../../../banners/hacktricks-training.md}}
|
||||
Reference in New Issue
Block a user