Ship it: ctfdfetch edition
Today I wrote and shipped ctfdfetch a simple python tool to “fetch” challenges from any CTFd hosted CTF.
The code is on gitlab and pypi. This means downloading all the challenges for a CTF locally can be as simple as:
pip3 install ctfdfetch ctfdfetch --server https://ctf.example.com --user hacker Most of the code I was familiar with such as requests and beautiful soup, so probably the biggest thing I learned was how to package everything up.
[Read More]