ctfd_download_python
ctfd_download_python copied to clipboard
A script to download all the challenges and files from the CTFd instance.
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `pip` dependencies of...
Use Ghidra's headless analyzer to analyse binaries.
For the USCG openctf, there were some old challenges that were causing issues. I didn't look too closely but it seems the API was returning a json object without a...
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `pip` dependencies of...
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `pip` dependencies of...
If someone only knows specific categories, they don't have to download all files. Instead, using -f flag they can filter according to specific category
Hey! I was planning to use this script for writeups, and made some minor tweaks. In case you'd like them as well, I've changed the following: * Switched argument parsing...