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
|
||||||
|
|
||||||
|
कंटेनर रजिस्ट्रियों के बारे में अधिक जानकारी के लिए देखें:
|
||||||
|
|
||||||
|
{{#ref}}
|
||||||
|
../az-services/az-container-registry.md
|
||||||
|
{{#endref}}
|
||||||
|
|
||||||
|
### Anonymous Pull Access
|
||||||
|
|
||||||
|
यह **छवियों के लिए गुमनाम पुल एक्सेस की अनुमति देना संभव है** एक रजिस्ट्र्री के अंदर।
|
||||||
|
```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