docker-cyberchef
GCHQ CyberChef in a container. CyberChef is the Cyber Swiss Army Knife web app for encryption, encoding, compression and data analysis.
New container-images for both the CyberChef master branch as well as new CyberChef releases are build on a daily base. See https://hub.docker.com/r/mpepping/cyberchef/.
Run
Run with Docker Run
docker run -d -p 8000:8000 mpepping/cyberchef
A listing of all available version tags can be found on the Docker Hub page.
Run with Docker Compose
To run CyberChef using the docker-compose, you can use the following docker-compose.yaml file
version: "3"
services:
cyber-chef:
image: mpepping/cyberchef:latest
ports:
- "8000:8000"