YummyTacos CTF Platform for task-based (jeopardy) CTFs. Written on Flask. Fully Python 3.6+ compatible.
IMPORTANT: This version of YTCTF is considered legacy. New backend is here: YummyTacos/YTCTF-API
- Clone this repository
- Copy example configuration file (
config_example.py) toconfig.pyand edit it to suit your needs - Install dependencies (
pip install -Ur requirements.txt)
It's recommended to run this with uwsgi.