Navi-compatible cheatsheets for security, privacy, and digital sovereignty.
Find a file
2026-01-04 15:05:38 -07:00
.gitignore Initial cypherpunk-cheats collection: 22 navi cheatsheets 2026-01-04 15:05:38 -07:00
active-directory.cheat Initial cypherpunk-cheats collection: 22 navi cheatsheets 2026-01-04 15:05:38 -07:00
bitcoin.cheat Initial cypherpunk-cheats collection: 22 navi cheatsheets 2026-01-04 15:05:38 -07:00
containers.cheat Initial cypherpunk-cheats collection: 22 navi cheatsheets 2026-01-04 15:05:38 -07:00
forensics.cheat Initial cypherpunk-cheats collection: 22 navi cheatsheets 2026-01-04 15:05:38 -07:00
hashcat.cheat Initial cypherpunk-cheats collection: 22 navi cheatsheets 2026-01-04 15:05:38 -07:00
john.cheat Initial cypherpunk-cheats collection: 22 navi cheatsheets 2026-01-04 15:05:38 -07:00
LICENSE Initial cypherpunk-cheats collection: 22 navi cheatsheets 2026-01-04 15:05:38 -07:00
luks.cheat Initial cypherpunk-cheats collection: 22 navi cheatsheets 2026-01-04 15:05:38 -07:00
monero.cheat Initial cypherpunk-cheats collection: 22 navi cheatsheets 2026-01-04 15:05:38 -07:00
nmap.cheat Initial cypherpunk-cheats collection: 22 navi cheatsheets 2026-01-04 15:05:38 -07:00
osint.cheat Initial cypherpunk-cheats collection: 22 navi cheatsheets 2026-01-04 15:05:38 -07:00
pass.cheat Initial cypherpunk-cheats collection: 22 navi cheatsheets 2026-01-04 15:05:38 -07:00
privacy.cheat Initial cypherpunk-cheats collection: 22 navi cheatsheets 2026-01-04 15:05:38 -07:00
privesc-linux.cheat Initial cypherpunk-cheats collection: 22 navi cheatsheets 2026-01-04 15:05:38 -07:00
privesc-windows.cheat Initial cypherpunk-cheats collection: 22 navi cheatsheets 2026-01-04 15:05:38 -07:00
README.md Initial cypherpunk-cheats collection: 22 navi cheatsheets 2026-01-04 15:05:38 -07:00
reversing.cheat Initial cypherpunk-cheats collection: 22 navi cheatsheets 2026-01-04 15:05:38 -07:00
secure-comms.cheat Initial cypherpunk-cheats collection: 22 navi cheatsheets 2026-01-04 15:05:38 -07:00
solidity.cheat Initial cypherpunk-cheats collection: 22 navi cheatsheets 2026-01-04 15:05:38 -07:00
steganography.cheat Initial cypherpunk-cheats collection: 22 navi cheatsheets 2026-01-04 15:05:38 -07:00
tunnels.cheat Initial cypherpunk-cheats collection: 22 navi cheatsheets 2026-01-04 15:05:38 -07:00
web.cheat Initial cypherpunk-cheats collection: 22 navi cheatsheets 2026-01-04 15:05:38 -07:00
wireless.cheat Initial cypherpunk-cheats collection: 22 navi cheatsheets 2026-01-04 15:05:38 -07:00
wireshark.cheat Initial cypherpunk-cheats collection: 22 navi cheatsheets 2026-01-04 15:05:38 -07:00

Cypherpunk Cheats

Navi-compatible cheatsheets for security, privacy, and digital sovereignty.

Installation

# Install navi
cargo install navi

# Or via package manager
sudo apt install navi  # Debian/Ubuntu
brew install navi      # macOS

# Add this repo to navi (choose one)
navi repo add https://github.com/rpriven/cypherpunk-cheats        # GitHub
navi repo add https://git.djeditech.com/djedi/cypherpunk-cheats   # Mirror

Manual Setup

Add to your navi config (~/.config/navi/config.yaml):

cheats:
  paths:
    - /path/to/cypherpunk-cheats

Usage

# Launch navi
navi

# Query specific topic
navi --query "nmap"
navi --query "monero"
navi --query "luks"

# Preview mode
navi --preview

# Use with custom path
navi --path /path/to/cypherpunk-cheats

Categories

Offensive Security

File Description
nmap.cheat Port scanning and service enumeration
web.cheat Web application testing (ffuf, sqlmap, nikto)
hashcat.cheat Password cracking with Hashcat
john.cheat John the Ripper password cracking
privesc-linux.cheat Linux privilege escalation
privesc-windows.cheat Windows privilege escalation
active-directory.cheat AD attacks (NetExec, Kerberoasting)
containers.cheat Docker/Kubernetes security
wireless.cheat WiFi attacks (aircrack-ng, WPA cracking)
tunnels.cheat SSH tunnels, chisel, pivoting

DFIR & Analysis

File Description
forensics.cheat Volatility, disk imaging, evidence collection
osint.cheat Sherlock, theHarvester, recon-ng
wireshark.cheat Packet analysis (tshark, tcpdump)
reversing.cheat Ghidra, radare2, GDB, binary analysis
steganography.cheat Hidden data extraction (steghide, binwalk)

Privacy & Encryption

File Description
privacy.cheat Tor, GPG, age encryption, metadata removal
luks.cheat Full disk encryption (LUKS, dm-crypt)
pass.cheat Password managers (pass, KeePassXC)
secure-comms.cheat Signal CLI, Matrix, encrypted messaging

Cryptocurrency & Web3

File Description
monero.cheat Monero CLI wallet operations
bitcoin.cheat Bitcoin Core CLI operations
solidity.cheat Smart contract auditing (Slither, Foundry)

Philosophy

Built for cypherpunks who value:

  • Privacy - Default to encrypted, anonymous, and sovereign
  • Security - Offensive knowledge for defensive thinking
  • Freedom - Tools for digital self-determination

Contributing

PRs welcome! Follow the navi .cheat format:

  • % tags for categories
  • # comments for descriptions
  • $ for argument completion

License

MIT