https://github.com/mpepping/docker-cyberchef
GCHQ CyberChef in a container
https://github.com/mpepping/docker-cyberchef
container cyberchef docker docker-image gchq gchq-cyberchef
Last synced: 4 months ago
JSON representation
GCHQ CyberChef in a container
- Host: GitHub
- URL: https://github.com/mpepping/docker-cyberchef
- Owner: mpepping
- License: apache-2.0
- Created: 2016-11-29T11:33:49.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-06-19T09:29:31.000Z (12 months ago)
- Last Synced: 2024-11-05T19:42:33.747Z (7 months ago)
- Topics: container, cyberchef, docker, docker-image, gchq, gchq-cyberchef
- Language: Dockerfile
- Size: 56.6 KB
- Stars: 143
- Watchers: 8
- Forks: 31
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-cyberchef
[](https://hub.docker.com/r/mpepping/cyberchef/)
[](https://hub.docker.com/r/mpepping/cyberchef/)
[](https://hub.docker.com/r/mpepping/cyberchef/)



GCHQ [CyberChef](https://github.com/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](https://github.com/gchq/CyberChef) as well as new [CyberChef releases](https://github.com/gchq/CyberChef/releases) are build on a daily base. See [https://hub.docker.com/r/mpepping/cyberchef/](https://hub.docker.com/r/mpepping/cyberchef/).
> ℹ️ **Note:** the ghcq/CyberChef project now provides an official docker image. See [https://github.com/gchq/CyberChef/](https://github.com/gchq/CyberChef/?tab=readme-ov-file#containers). 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.
## Run
### Run with Docker Run
```bash
docker run -d -p 8000:8000 mpepping/cyberchef
```A listing of all available version tags can be found on the [Docker Hub](https://hub.docker.com/r/mpepping/cyberchef/tags) page.
### Run with Docker Compose
To run CyberChef using the docker-compose, you can use the following docker-compose.yaml file
```yaml
version: "3"services:
cyber-chef:
image: mpepping/cyberchef:latest
ports:
- "8000:8000"
```## Refs
* [https://github.com/mpepping/docker-cyberchef/](https://github.com/mpepping/docker-cyberchef/)
* [https://hub.docker.com/r/mpepping/cyberchef/](https://hub.docker.com/r/mpepping/cyberchef/)
* [https://github.com/gchq/CyberChef/](https://github.com/gchq/CyberChef/)