This project based on CyberSword, so that project deployment and managment is uniform across projects.
Important
This repo uses git submodules.
Remember to clone with --recursive
:
git clone git@github.com:nkcyber/YOUR_CTF_NAME.git --recursive
To get started with this project, install the CTFd CLI and run ctf init
to initalze your project information.
See administration.md
for more information.
This project uses the CTFd CLI for challenge management.
Note that automatic challenge deployment is not available in the free version, which we're using.
As such, we have to take a more involved approach to challenge service deployment.