Skip to content

MrMsnawi/CTFs_WriteUps

Repository files navigation

🧩 CTF Writeups Collection

A living archive of CTF learning: writeups, solve scripts, notes, and challenge artifacts.

Focus Type Status


📚 About

This repository stores CTF challenge solves over time. It is intentionally flexible: folders, events, and categories may change as new challenges are added.


🎯 What You’ll Find

  • Writeups (solve.md, writeup.md, README.md inside 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

🚀 Quick Usage

git clone https://github.com/<your-username>/CTFs_WriteUps.git
cd CTFs_WriteUps

Find 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" \)

⚠️ Disclaimer

  • Content is for educational and archival purposes.
  • Original challenge materials belong to their respective organizers/authors.

⭐ Optional

If this repo helps your learning, feel free to star/fork it and build your own archive.

About

I share CTF writeups, solver scripts, and practical tooling built with Python and Linux-based workflows.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors