https://github.com/tamcore/cyberchef
Simple Container Image of GCHQ's CyberChef
https://github.com/tamcore/cyberchef
container container-image cyberchef docker helm helm-chart kubernetes kubernetes-deployment
Last synced: 4 months ago
JSON representation
Simple Container Image of GCHQ's CyberChef
- Host: GitHub
- URL: https://github.com/tamcore/cyberchef
- Owner: tamcore
- Created: 2022-04-18T06:40:36.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2026-02-06T18:26:45.000Z (4 months ago)
- Last Synced: 2026-02-07T03:50:22.507Z (4 months ago)
- Topics: container, container-image, cyberchef, docker, helm, helm-chart, kubernetes, kubernetes-deployment
- Language: Go Template
- Homepage:
- Size: 192 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Container Image for Cyberchef
This is nothing special. Just a minimal container image for [Cyberchef](https://github.com/gchq/CyberChef).
## Usage
### Install in Kubernetes
This assumes, that your ingress class is called *nginx* and your cert-manager ClusterIssuer for SSL certificates is called *letsencrypt-prod*.
Additionally, you should change mydomain.tld to something you own.
```
helm repo add cyberchef https://tamcore.github.io/cyberchef
cat <