Skip to content

Latest commit

 

History

History
22 lines (21 loc) · 1.04 KB

README.md

File metadata and controls

22 lines (21 loc) · 1.04 KB

CTF-write-ups

A collection of WU from the different CTF I've done!

Repository Structure

root
├── CTF-name/                  *a CTF folder*
│   ├── category/                *a challenge category: misc, pwn, web, crypto...*
│   │   ├── challenge/             *a challenge  folder*
│   │   │   ├── README.md            *challenge description*
│   │   │   ├── challenge.*          *needed challenge files*
│   │   │   └── challenge_sol.*      *the solution I propose*
│   │   ├── .../
│   │   └── README.md              *overview of this category challenges*
│   ├── .../
│   ├── ctmbl.txt                *statistics on my ranking*
│   └── README.md                *description of the CTF and optionally personnal statistics*
├── .../
├── images/                    *contains the images embedded in READMEs*
├── template_README.md         *template for challenge README.md*
└── README.md                  *this README.md*