Skip to content

This is a repository containing write-ups from various competitions I've participated in, covering methods for identifying specific flags using different principles.

License

Notifications You must be signed in to change notification settings

PhantomOutBreak/My_CTF_Writeup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚩 My CTF Writeup

A personal collection of Capture The Flag (CTF) write-ups — documenting my journey of breaking, learning, and understanding cybersecurity challenges.


📖 About

This repository contains detailed write-ups from various CTF competitions and cybersecurity labs. Each write-up covers the thought process, tools used, and lessons learned from solving each challenge.


📂 Table of Contents

🟢 PicoCTF

Web Exploitation

Challenge Author Writeup
Login BrownieInMotion 📝 Writeup
Match The Regex Sunday Jacob Nwanyim 📝 Writeup

Cryptography

🚧 Coming Soon...


🟠 PortSwigger Labs

Web Security Academy

Challenge Category Writeup
File path traversal, simple case Directory Traversal 📝 Writeup
Unprotected admin functionality Access Control 📝 Writeup
Unprotected admin functionality with unpredictable URL Access Control 📝 Writeup

🔵 STDiOCTF 2025

Challenge Category Writeup
CLOUD 🍰 Ghost in the Bucket Misc 📝 Writeup
Valaheadvala (Reverse) Reverse 📝 Writeup

📊 Progress

Platform Solved
PicoCTF 2
PortSwigger 3
STDiOCTF 2025 2

🛠️ Tools Used

Tool Purpose
Burp Suite HTTP Proxy & Packet Interception
CyberChef Data Encoding / Decoding / Analysis
Browser DevTools (F12) Source Code Inspection & Debugging

🗂️ Folder Structure

My_CTF_Writeup/
├── PicoCTF/
│   ├── Cryptography/
│   └── Web Exploitation/
│       ├── login/
│       └── MatchTheRegex/
├── PortSwigger_Labs/
│   ├── File path traversal, simple case/
│   ├── Unprotected admin functionality/
│   └── Unprotected admin functionality with unpredictable URL/
├── STDiOCTF-2025/
│   ├── CLOUD Ghost in the Bucket(Misc)/
│   └── Valaheadvala(Reverse)/
├── LICENSE
└── README.md

Each challenge folder contains:

  • 📄 Writeup (.md) — Step-by-step solution with explanation
  • 🖼️ Screenshots — Supporting images and evidence

⚠️ Disclaimer

These write-ups are intended for educational purposes only. They are meant to document my personal learning journey in cybersecurity. Please do not use these solutions to gain unfair advantages in active competitions.


Made with ❤️ by PhantomOutBreak

About

This is a repository containing write-ups from various competitions I've participated in, covering methods for identifying specific flags using different principles.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors