// hello_world.go

RiseofRice

Developer & Security Enthusiast

Building tools that live in the terminal.

scroll
0x01 ─────

whoami

about.md

Loading...

location
focus
status available
entropy 7.83 bits/byte
0x02 ─────

ls -la ./projects

⭐  forge — featured
  ███████╗ ██████╗ ██████╗  ██████╗ ███████╗
  ██╔════╝██╔═══██╗██╔══██╗██╔════╝ ██╔════╝
  █████╗  ██║   ██║██████╔╝██║  ███╗█████╗
  ██╔══╝  ██║   ██║██╔══██╗██║   ██║██╔══╝
  ██║     ╚██████╔╝██║  ██║╚██████╔╝███████╗
  ╚═╝      ╚═════╝ ╚═╝  ╚═╝ ╚═════╝ ╚══════╝
Go CLI CyberChef Security MIT

A terminal-native data transformation & analysis toolkit. ForgeCLI is your lightweight CyberChef living in the CLI — detect encodings, auto-decode multi-layer payloads, analyze Shannon entropy, chain operations into YAML recipes, and pipe everything through stdin/stdout.

$forge detect "SGVsbG8gV29ybGQ="# identify encoding + confidence
$forge auto "SGVsbG8gV29ybGQ="# recursively decode all layers
$forge entropy malware.exe --blocks 8# shannon entropy + chart
$forge recipe run workflow.yml# chain multi-step transforms
$echo "data" | forge detect --output json# pipe + json output
$ forge hash --sha256 forge-cli.go
7f83b1657ff1fc53b92dc18148a1d65dfc2d4b1fa3d677284addd200126d906
✓ integrity verified RSA-2048 · forge-cli@github · RiseofRice
0x03 ─────

cat skills.json | jq

skills.json
0x06 ─────

./reach_out.sh

contact.sh — executable