Generates a simple template for your CTF write-up (in Markdown). Saves you few lines of code :P Feel free to modify the code and let me know when you add a new feature by opening an Issue.
- Make sure you have
python3andgitinstalled for your device. - Clone repository and install requirements
git clone https://github.com/gr33pp/ctf-writeup-generator
cd ctf-writeup-generator
pip install -r requirements.txt
- Run the generator by
python3 generator.py