A living archive of CTF learning: writeups, solve scripts, notes, and challenge artifacts.
This repository stores CTF challenge solves over time. It is intentionally flexible: folders, events, and categories may change as new challenges are added.
- Writeups (
solve.md,writeup.md,README.mdinside challenge folders) - Exploitation and solve scripts (
solve.py,exploit.py, and similar) - Reverse engineering notes and helper code
- Crypto and forensics artifacts used during solving
git clone https://github.com/<your-username>/CTFs_WriteUps.git
cd CTFs_WriteUpsFind writeups anywhere in the repo:
find . -type f \( -iname "solve.md" -o -iname "writeup.md" -o -iname "README.md" \)Find common solve scripts:
find . -type f \( -iname "solve.py" -o -iname "exploit.py" -o -iname "solve.c" \)- Content is for educational and archival purposes.
- Original challenge materials belong to their respective organizers/authors.
If this repo helps your learning, feel free to star/fork it and build your own archive.