Tool to automate downloading challenge files in CTFd-powered CTFs, targeting Pwn and Reverse categories (that's what I play).
- It uses a simple server-client architecture.
- Client (Chrome extension) is used to scrape the
challenge infoand send it to the server. - Server (Flask) receives the
challenge info (card image, solves...)and stores them in aCTF directoryof your choosing and automatically downloads thechallenge files.
- Client (Chrome extension) is used to scrape the
- Extension: Add the extension to your Chrome browser.
- Server:
cd server && pip install -r requirements.txtpython3 main.py
I will keep improving it while using it.