Overview of Whaler
masterWhaler is a Go-based tool designed to reverse engineer Docker images back into their original Dockerfiles.
Key capabilities include:
- Generating a Dockerfile from an existing image.
- Searching added filenames for potential secret files.
- Extracting files added via
ADDorCOPYinstructions. - Displaying metadata such as open ports, the running user, and environment variables.