https://github.com/obeone/cyberchef-docker
The Cyber Swiss Army Knife
https://github.com/obeone/cyberchef-docker
container cyberchef docker gchq kubernetes
Last synced: 5 months ago
JSON representation
The Cyber Swiss Army Knife
- Host: GitHub
- URL: https://github.com/obeone/cyberchef-docker
- Owner: obeone
- Created: 2022-06-29T21:47:43.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-05-24T01:55:52.000Z (about 1 year ago)
- Last Synced: 2025-05-24T02:35:06.567Z (about 1 year ago)
- Topics: container, cyberchef, docker, gchq, kubernetes
- Language: Dockerfile
- Homepage:
- Size: 55.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CyberChef
[](https://github.com/obeone/cyberchef-docker/actions/workflows/build-and-publish.yaml)


## Overview
**CyberChef** is a web app known as the "Cyber Swiss Army Knife" for its wide array of operations including encryption, encoding, compression, and data analysis. This versatile tool is invaluable for cybersecurity professionals, developers, and data analysts alike.
This package is automatically rebuilt every day to make sure that it utilizes the latest upstream version of [CyberChef](https://github.com/gchq/CyberChef). The Docker image embeds CyberChef in an unprivileged NGINX container, providing a robust and secure environment for your operations.
## Getting Started
### Running CyberChef
Run the next command to start CyberChef in a Docker container:
```bash
docker run -d -p 8000:8000 ghcr.io/obeone/cyberchef:latest
```
Then, open your web browser and navigate to [http://localhost:8000](http://localhost:8000) to start using CyberChef.
### Building from Source
If you need to build the image from source, you can use the `docker build` command.
To build the latest version from the `main` branch:
```bash
docker build -t your-image-name .
```
To build a specific version using a Git tag (e.g., `9.4.0`):
```bash
docker build --build-arg GIT_TAG=9.4.0 -t your-image-name .
```
Replace `your-image-name` with the desired name for your Docker image.
### Kubernetes Deployment
A Helm chart is available for deploying CyberChef on Kubernetes. You can find the files and instructions [here](https://github.com/obeone/charts).
## Features
- **Encryption/Decryption**: Do cryptographic operations using a variety of algorithms.
- **Encoding/Decoding**: Encode or decode data in formats such as Base64, URL encoding, and more.
- **Data Analysis**: Conduct extensive data manipulation and analysis tasks.
- **Compression/Decompression**: Easily compress and decompress data.
This project follows continuous integration practices, ensuring the software remains up-to-date with the latest features and security patches from the main CyberChef repository.
## Community and Support
Feel free to contribute to the project by opening issues or pull requests on [GitHub](https://github.com/obeone/cyberchef-docker).
For user community and support, check out the CyberChef user forum, or connect with other users and developers through relevant online platforms.
## License
This project is licensed under the terms of the [MIT License](LICENSE).