Simple project wrapping cyberchef in a docker container for easier private network deployments.
10K+
Cyberchef instance hosted with nginx.
You can use docker-compose to start the container. Create a file named docker-compose.yml and run docker compose up -d in the same directory. -d will detach your command and won't require your shell to stay open.
services:
cyberchef:
image: mbopm/cyberchef:latest
ports:
- "127.0.0.1:8080:80"
Content type
Image
Digest
sha256:3ea0355eb…
Size
69.8 MB
Last updated
about 19 hours ago
docker pull mbopm/cyberchef