mirror of
https://github.com/HackTricks-wiki/hacktricks-cloud.git
synced 2025-12-30 06:30:35 -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
|
||||
|
||||
コンテナレジストリに関する詳細情報は、以下を確認してください:
|
||||
|
||||
{{#ref}}
|
||||
../az-services/az-container-registry.md
|
||||
{{#endref}}
|
||||
|
||||
### 匿名プルアクセス
|
||||
|
||||
レジストリ内のイメージに対して**匿名プルアクセスを許可する**ことが可能です。
|
||||
```bash
|
||||
# Authorize anonymous pulls
|
||||
az acr update --name <registry-name> --anonymous-pull-enabled true
|
||||
```
|
||||
そのため、**レジストリ名を知っている誰でも** `<registry-name>.azurecr.io` からイメージを取得できます。
|
||||
|
||||
{{#include ../../../banners/hacktricks-training.md}}
|
||||
Reference in New Issue
Block a user