Skip to content

Ma100Dev/ctf-writeups

Repository files navigation

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)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages