Az - Container Registry Unauth

Reading time: 2 minutes

tip

Aprenda e pratique Hacking AWS:HackTricks Training AWS Red Team Expert (ARTE)
Aprenda e pratique Hacking GCP: HackTricks Training GCP Red Team Expert (GRTE) Aprenda e pratique Hacking Azure: HackTricks Training Azure Red Team Expert (AzRTE)

Support HackTricks

Container Registry Unauth

Para mais informa莽玫es sobre o registro de cont锚iner, consulte:

Az - Container Registry

Acesso An么nimo de Pull

脡 poss铆vel permitir acesso an么nimo de pull a imagens dentro de um registro.

bash
# Authorize anonymous pulls
az acr update --name <registry-name> --anonymous-pull-enabled true

Ent茫o, qualquer pessoa que conhe莽a o nome do registro pode puxar imagens de <registry-name>.azurecr.io.

tip

Aprenda e pratique Hacking AWS:HackTricks Training AWS Red Team Expert (ARTE)
Aprenda e pratique Hacking GCP: HackTricks Training GCP Red Team Expert (GRTE) Aprenda e pratique Hacking Azure: HackTricks Training Azure Red Team Expert (AzRTE)

Support HackTricks