# 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>"]}
```
