Skip to content
This repository has been archived by the owner on Apr 22, 2024. It is now read-only.

The Cyber Swiss Army Knife - In a Docker container

License

Notifications You must be signed in to change notification settings

SteveBinary/cyberchef-docker

Repository files navigation

Important

This repository is no longer maintained because there is finally an official Docker image.

cyberchef-docker

CyberChef by GCHQ is the Cyber Swiss Army Knife. Most of its features are executed completely on the client, eliminating most privacy concerns. With this Docker image you can go a step further and self-host CyberChef, localy or on a server, for offline usage and even more privacy.

The Docker image is available for the linux/amd64 and linux/arm64 architectures. Here you can find more about the available versions and architectures.

Visit the CyberChef project for the documentation of the app.

Installation

Note that the internal port is 8080.

Via docker run

docker run --name CyberChef -p 8080:8080 -d ghcr.io/stevebinary/cyberchef:latest

Via docker compose

version: "3.7"

services:
  cyberchef:
    image: ghcr.io/stevebinary/cyberchef:latest
    container_name: CyberChef
    restart: unless-stopped
    ports:
      - 8080:8080
docker compose up -d

About

The Cyber Swiss Army Knife - In a Docker container

Topics

Resources

License

Stars

Watchers

Forks