mbopm/cyberchef
Simple project wrapping cyberchef in a docker container for easier private network deployments.
1.3K
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"
docker pull mbopm/cyberchef