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/.
ℹ️ Note: the ghcq/CyberChef project now provides an official docker image. See https://github.com/gchq/CyberChef/. This repository here is still maintained for the daily builds and the latest version tags, as the
mpepping/cyberchef
container images still have significant pull numbers.
docker run -d -p 8000:8000 mpepping/cyberchef
A listing of all available version tags can be found on the Docker Hub page.
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"