ctf-pwn

Installation
SKILL.md

CTF Binary Exploitation (Pwn)

Quick reference for binary exploitation (pwn) CTF challenges. Each technique has a one-liner here; see supporting files for full details.

Prerequisites

Python packages (all platforms):

pip install pwntools ropper ROPgadget

Linux (apt):

apt install gdb binutils strace ltrace qemu-system-x86
Installs
4.9K
GitHub Stars
2.4K
First Seen
Feb 1, 2026
ctf-pwn — ljagiello/ctf-skills