Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 899 Bytes

File metadata and controls

22 lines (19 loc) · 899 Bytes

ctf-writeups

A personal collection of my write-ups for my solutions from various CTF competitions. Many writeups are missing and some are old or incomplete. Sadly, many of my more impressive write-ups are missing (more difficult challenges tend to lead to more complicated write-ups). I'm currently in the process of finishing and uploading more write-ups but this repository will only be updated irregularly.

-Ma100Dev


The repository structure

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)