Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 645 Bytes

README.md

File metadata and controls

23 lines (20 loc) · 645 Bytes

ctf-writeups

A personal collection of my write-ups for my solutions from various CTF competitions. I will keep updating the repository at irregular intervals.

-Ma100Dev


The repository format

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)