Pentesting NetworksPentesting Ports
Port 5000/Docker Registry
Pentesting-Ports
Introduction
A Docker registry is a repository for Docker images. Docker images are essentially snapshots of a Docker container, which is a lightweight, standalone, executable package that includes everything needed to run a piece of software, including the code, runtime, libraries, and dependencies.
A Docker registry stores these images, allowing users to push and pull images to and from it. This enables teams to share and distribute their Docker images easily
Table of Contents
Pentesting Docker Registry
Discover
Enumeration
Authentication
Docker registry may also be configured to require authentication:
BruteForce Docker Registry
DockerRegistryGrabber
With access to the docker registry with this tool https://github.com/Syzik/DockerRegistryGrabber you can dump all files from the registry.