This repository contains detailed writeups, solutions, and tools from various Capture The Flag (CTF) competitions I've participated in. Organized by competition, it covers multiple cybersecurity domains such as Forensics, Reversing, Web Exploitation, Cryptography, and more.
- Choose the CTF competition folder you want to explore.
- Navigate to the relevant category for that competition.
- Open the challenge
.md
file for a detailed writeup. - Check the
tools/
folder inside each competition for scripts or utilities developed for solving challenges. - Use the repository as a learning resource or reference for similar challenges.
CTF-Writeups/
│
├── Google-CTF-2023/
│ ├── Forensics/
│ ├── Reversing/
│ ├── Web-Exploitation/
│ ├── Crypto/
│ ├── Misc/
│ └── tools/
│
├── picoCTF-2022/
│ ├── Forensics/
│ ├── Reversing/
│ ├── Web-Exploitation/
│ ├── Crypto/
│ ├── Misc/
│ └── tools/
│
└── README.md