This repository contains my personal CTF writeups and solution notes from various platforms (picoCTF, TryHackMe, Hack The Box, etc.).
The goal of this repo is learning, not spoiling challenges.
๐ Flags are intentionally NOT included
Each writeup explains the approach, reasoning, and techniques, so readers are encouraged to reproduce the steps and find the flag on their own.
Challenges are grouped by platform
Then optionally by category or difficulty
Each folder contains:
-
Challenge description (short)
-
Analysis & thought process
-
Exploit / solution steps
-
Code snippets (when relevant)
Step-by-step problem-solving mindset
Common CTF techniques & patterns
Notes on:
-
Web exploitation
-
Reverse engineering
-
Cryptography
-
Binary exploitation
-
Linux & networking basics
This is not a copy-paste exploit repo, but a place to understand why things work.
-
Try the challenge yourself first
-
Get stuck? Read the writeup partially
-
Apply the technique
-
Find the flag on your own ๐
Thatโs how real learning happens.