A structured collection of PicoCTF writeups that I have worked through. notes, methods, and things learned while solving them.
| # | Room Name | Difficulty | Type | Description |
|---|---|---|---|---|
| 1 | Undo | Easy | Encoding & Transformations(General CLI Skills) | Reversed text transformations using Linux commands to recover the flag |
| 2 | MY GIT | Easy | Git Exploitation / Misconfiguration(General CLI Skills) | Spoofed Git author as root to trigger flag disclosure |
| 3 | Old Sessions | Easy | Web exploitation | Improper session management leading to account takeover |
| 4 | Failure Failure | Medium | Web exploitation (Load balancer / Failover) | Trigger rate-limit to force load balancer failover and reveal the flag |
these writeups focus on:
- how i approached the room
- commands and steps that worked
- small takeaways from each challenge
⚠️ Note: This repository does not yet include writeups for all the rooms I have completed. I will be adding more writeups regularly.
Happy Hacking! ✨