> For the complete documentation index, see [llms.txt](https://notes.programmersecurity.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://notes.programmersecurity.com/network-penetration-testing/5000-pentesting-docker-registry.md).

# 5000 - Pentesting Docker Registry

## Looking for Repositories&#x20;

If you have found the **docker registry** always look at the following endpoints to **see the repositories**

```javascript
/v2/
/v2/_catalog  ----> {"repositories":["<repo-name>"]}
```
