
CyberChef
Cyber Swiss Army Knife web app for encryption, encoding, compression and data analysis.
#encryption #compression #Live Demo #Screenshots
Getting Started
- Create a folder and move to it
mkdir cyberchef && cd cyberchef
- Create a
docker-compose.yml
file and add the following content:docker-compose.ymlservices: cyber-chef: image: mpepping/cyberchef:latest ports: - "9099:8000"
- Start the service using docker compose.
docker compose up -d
- Wait a minute for the containers to start up, then visit http://localhost:9099 to access the CyberChef.