Skip to content
This repository has been archived by the owner on Apr 19, 2022. It is now read-only.

YummyTacos/YTCTF-API

Repository files navigation

YTCTF Platform API

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!

Installation

  • Clone this repository
  • Copy example configuration file (config_example.py) to config.py and edit it to suit your needs
  • Install dependencies (pip install -Ur requirements.txt)

Running

It's recommended to run this with uwsgi. Recommended frontend to use: YTCTF.