Skip to content
This repository has been archived by the owner on Mar 10, 2021. It is now read-only.

YummyTacos/YTCTF-legacy

Repository files navigation

YTCTF Platform

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

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.