YummyTacos CTF Platform API for task-based (jeopardy) CTFs. Written on Flask. Fully Python 3.7+ compatible.
IMPORTANT: This version of YTCTF platform backend (API) is now archived and considered legacy. New backend is coming soon. Stay tuned!
- Clone this repository
- Copy example configuration file (
config_example.py
) toconfig.py
and edit it to suit your needs - Install dependencies (
pip install -Ur requirements.txt
)
It's recommended to run this with uwsgi
.
Recommended frontend to use: YTCTF.