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,22 @@
|
||||
# Az - Container Registry Unauth
|
||||
|
||||
{{#include ../../../banners/hacktricks-training.md}}
|
||||
|
||||
## Container Registry Unauth
|
||||
|
||||
Vir meer inligting oor die inhoud registrasie, kyk:
|
||||
|
||||
{{#ref}}
|
||||
../az-services/az-container-registry.md
|
||||
{{#endref}}
|
||||
|
||||
### Anonieme Trektoegang
|
||||
|
||||
Dit is moontlik om **anonieme trektoegang tot beelde** binne 'n registrasie toe te laat.
|
||||
```bash
|
||||
# Authorize anonymous pulls
|
||||
az acr update --name <registry-name> --anonymous-pull-enabled true
|
||||
```
|
||||
Dan kan **enigeen wat die registrasie naam ken** beelde van `<registry-name>.azurecr.io` trek.
|
||||
|
||||
{{#include ../../../banners/hacktricks-training.md}}
|
||||
Reference in New Issue
Block a user