mirror of
https://github.com/HackTricks-wiki/hacktricks-cloud.git
synced 2026-07-30 23:50:25 -07:00
Translated ['src/pentesting-cloud/azure-security/az-unauthenticated-enum
This commit is contained in:
+22
@@ -0,0 +1,22 @@
|
|||||||
|
# Az - Container Registry Unauth
|
||||||
|
|
||||||
|
{{#include ../../../banners/hacktricks-training.md}}
|
||||||
|
|
||||||
|
## Container Registry Unauth
|
||||||
|
|
||||||
|
Pour plus d'informations sur le registre de conteneurs, consultez :
|
||||||
|
|
||||||
|
{{#ref}}
|
||||||
|
../az-services/az-container-registry.md
|
||||||
|
{{#endref}}
|
||||||
|
|
||||||
|
### Accès anonyme en lecture
|
||||||
|
|
||||||
|
Il est possible de **permettre l'accès anonyme en lecture aux images** à l'intérieur d'un registre.
|
||||||
|
```bash
|
||||||
|
# Authorize anonymous pulls
|
||||||
|
az acr update --name <registry-name> --anonymous-pull-enabled true
|
||||||
|
```
|
||||||
|
Alors, **quiconque connaissant le nom du registre** peut extraire des images de `<registry-name>.azurecr.io`.
|
||||||
|
|
||||||
|
{{#include ../../../banners/hacktricks-training.md}}
|
||||||
Reference in New Issue
Block a user