Athena Wiki

Home

A comprehensive reference wiki for Jeopardy-style Capture The Flag competitions covering pwn, reversing, crypto, web, cloud, OSINT, steganography, and forensics.

ctfjeopardyhackingsecuritywiki

Athena Wiki

A reference for Jeopardy-style Capture The Flag competitions.

Categories

Browse by discipline. Each section links to focused guides with examples and checklists.

Quick Start Paths

What is a CTF?

Start with Getting Started to understand the format, categories, and scoring.

Set Up Your Environment

Follow Setting Up Your Environment to install the tools you'll need.

Essential Toolkit

Browse Tools → Essential Toolkit for a curated list of must-have utilities.

Encoding vs Encryption

Tackle Crypto → Encoding vs Encryption - the easiest category to start with.

Practice on beginner-friendly CTFs

Start solving beginner challenges from educational, beginner-focused CTFs and curated practice sets to build fundamentals.

Essential Tools Reference

One-liner setup

Install common Python, Ruby, and system tools, then add GEF for GDB. Expand any command in Tools → Essential Toolkit.

# Quick install: all CTF tools
pip3 install pwntools pycryptodome gmpy2 z3-solver
gem install zsteg one_gadget
sudo apt install ghidra gdb exiftool binwalk steghide wireshark
bash -c "$(curl -fsSL https://gef.blah.cat/sh)"  # GDB plugin

How to Use This Wiki


Last updated on

On this page