5000 - Pentesting Docker Registry

Looking for Repositories

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

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

Last updated