All apps · 0 apps
cyberchef
Docker app from A75G's Repository
Overview
Readme
View on GitHubdocker-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/.
ℹ️ 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/cyberchefcontainer images still have significant pull numbers.
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"
Refs
Install Cyberchef on Unraid in a few clicks.
Find Cyberchef in Community Apps on your Unraid server, review the template, and click Install. Unraid handles the Docker app or plugin setup from the published template.
Categories
Download Statistics
Total Downloads Over Time
Related apps
Explore more like this
Explore allLinks
Details
mpepping/cyberchef:latestRuntime arguments
- Web UI
http://[IP]:[PORT:8000]- Network
bridge- Shell
sh- Privileged
- false
Template configuration
Port
- Target
- 8000
- Default
- 8000
- Value
- 8000