A personal collection of my write-ups for my solutions from various CTF competitions. I will keep updating the repository at irregular intervals.
-Ma100Dev
should roughly follow the format described below.
├── somectf_Someyear
│ ├── README.md (general CTF info)
│ └── category1
│ ├── chall1
│ │ └── chall1.md (the actual writeup)
│ └── chall2
│ ├── exploit_script.py
│ ├── extraFile.js
│ └── chall2.md
├── LICENSE
└── README.md (this file)