aweizman / CTF-writeups

Template for CTF writeups and personal archive of solved challenges

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Useful advices

  • when writing your content don’t be too greedy
  • when writing your content don’t be too verbose
  • you can insert an abstract/summary at the top as a TL;DR
  • use bold and italic to enhance the content’s key-point.
  • you add some screenshots.
  • you correctly format small code snippet, path, strings
  • your write-up is reproducible
  • your write-up is multilingual, English is a priority.
  • record terminal session and incorporate in writeups with asciinema

Badges

Badges used inside this repo are made with shields.io

Solved

solved in time of CTF solved after CTF

Category

warmup category misc category pwn category reverse category cypto category forensics category web category ppc category programming category stego category mobile category

To create a custom category badge, replace X with category name in this Markdown line:

![X category](https://img.shields.io/badge/category-X-lightgrey.svg)

Score

100 score
To create a custom score badge, replace X with score in this Markdown line:

![X score](https://img.shields.io/badge/category-X-blue.svg)

Solves

100 solves
To create a custom solves badge, replace X with solves in this Markdown line:

![X solves](https://img.shields.io/badge/solves-X-brightgreen.svg)

About

Template for CTF writeups and personal archive of solved challenges


Languages

Language:Python 58.5%Language:HTML 21.6%Language:CSS 17.4%Language:PHP 2.4%