Skip to content

user3301/cyberchef-tui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CyberChef Go

A Go implementation of the core data conversion algorithms from GCHQ's CyberChef.

Installation

Quick Install

Download the latest pre-built binary for your platform from the releases page.

Or use the install script:

curl -sSL https://raw.githubusercontent.com/yourusername/cyberchef-tui/main/install.sh | bash

Install with Go

If you have Go installed (version 1.21 or later):

go install github.com/yourusername/cyberchef-tui@latest

Or build from source:

git clone https://github.com/yourusername/cyberchef-tui.git
cd cyberchef-tui
go build -o cyberchef-tui ./cmd/tui

About

Cyber Swiss Army Knife in Terminal

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages