https://github.com/benjitrapp/boxed-cyberchef
Containerized CyberChef
https://github.com/benjitrapp/boxed-cyberchef
Last synced: 3 months ago
JSON representation
Containerized CyberChef
- Host: GitHub
- URL: https://github.com/benjitrapp/boxed-cyberchef
- Owner: BenjiTrapp
- Created: 2023-05-23T20:40:36.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-21T08:07:45.000Z (about 2 years ago)
- Last Synced: 2025-10-08T21:03:20.495Z (9 months ago)
- Language: Dockerfile
- Size: 218 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://github.com/BenjiTrapp/boxed-cyberchef/actions/workflows/docker-publish.yml)
[CyberChef](https://github.com/gchq/CyberChef) is an awesome product, that saves a lot of time during the daily analysis work. This repository focusses on a dockerized version of CyberChef to have your data not shared with GCHQ, but still the full power of CyberChef. The image will be build on a daily schedule to have the latest version of CyberChef baked in.
A blog post, showing a 360° perspective in how to use CyberChef can be found here: [benjitrapp.github.io](https://benjitrapp.github.io/cyberchef/)
## Prerequisites
You require:
* Docker installed > k8s helm chart might follow later
* Browser
* A tiny amount of hard disk space. The image is tried to build to be as small as possible
## How to start
Simply clone this repo and run:
```bash
make github
```