142 pages across 12 categories

Athena WikiLearning the Art of Hacking

Practical walkthroughs, payloads, and checklists for Jeopardy-style CTFs - from beginner to advanced.

Categories

Explore techniques across all major CTF disciplines.

Essential Tools

Get set up with the core CTF toolkit in one command.

terminal
# Python tools
pip3 install pwntools pycryptodome gmpy2 z3-solver

# Ruby tools
gem install zsteg one_gadget

# System tools
sudo apt install ghidra gdb exiftool binwalk steghide wireshark

# GDB enhancement
bash -c "$(curl -fsSL https://gef.blah.cat/sh)"

See the full Essential Toolkit guide for detailed setup instructions.

Start Learning

Every page covers one specific technique with code examples, checklists, and cross-linked related topics.

Open Documentation