Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 786 Bytes

File metadata and controls

18 lines (15 loc) · 786 Bytes

Writing writeups

Things to remember when writing write ups

  • submit a pull request for new ctf writeups checkout this
  • make a folder for the ctf in the following format: $ctfName-$yearCtfHappened (i.e. mitrectf-2018)
  • include the category as a folder under the ctf folder
  • include the number of points as a folder under the category folder
  • then do your writeup in a README.md or README.adoc (markdown or asciidoc) format so it can be rendered on github
  • screen/terminal recordings are also welcome as well 😁

example below

└── mitrectf-2018
    └── linux
        └── 150
            └── README.adoc