Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 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 (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-06-19T09:29:31.000Z (5 months ago)
- Last Synced: 2024-07-10T07:52:38.623Z (4 months ago)
- Topics: container, cyberchef, docker, docker-image, gchq, gchq-cyberchef
- Language: Dockerfile
- Size: 56.6 KB
- Stars: 130
- Watchers: 8
- Forks: 30
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-cyberchef
[![Docker Pulls](https://badgen.net/docker/pulls/mpepping/cyberchef?icon=docker&label=pulls)](https://hub.docker.com/r/mpepping/cyberchef/)
[![Docker Stars](https://badgen.net/docker/stars/mpepping/cyberchef?icon=docker&label=stars)](https://hub.docker.com/r/mpepping/cyberchef/)
[![Docker Image Size](https://badgen.net/docker/size/mpepping/cyberchef?icon=docker&label=image%20size)](https://hub.docker.com/r/mpepping/cyberchef/)
![Github stars](https://badgen.net/github/stars/mpepping/docker-cyberchef?icon=github&label=stars)
![Github forks](https://badgen.net/github/forks/mpepping/docker-cyberchef?icon=github&label=forks)
![Github issues](https://img.shields.io/github/issues/mpepping/docker-cyberchef)
![Github last-commit](https://img.shields.io/github/last-commit/mpepping/docker-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/)