write-ups-tools
write-ups-tools copied to clipboard
A collection of tools used to maintain and create CTF write-up folders
Upon generating READMEs for a CTF skeleton, the challenge READMEs are generated leaving the **Points** field empty, when they could easily be pulled from the challenge's name.
Line 22 of the script accepts only files specifically named `README.md` ignoring the various `readme.md` files in the repositories. https://github.com/ctfs/write-ups-tools/blob/master/checkreadme.py#L22
Python 2 & Python 3 compatible script that parses recursively through write-ups directories (e.g. `write-ups-2017/`) looking in each file for multiple occurrences of the same link. Also supports quick duplicate...