Docker Registry Pentesting
Docker Registry is a steteless, highly scalable server side application that stores and lets you distribute Docker images. A default port is 5000.
Endpoints
Extract Layers
If we download the manifest with the above, see the content and blobsums (sha256:abcd...) in fsLayers.
After extracting tar files, investigate files or directories to find the sensitive information.
Last updated