项目作者: YummyTacos

项目描述 :
YTCTF Platform (legacy)
高级语言: HTML
项目地址: git://github.com/YummyTacos/YTCTF-legacy.git
创建时间: 2018-12-17T15:15:07Z
项目社区:https://github.com/YummyTacos/YTCTF-legacy

开源协议:GNU Affero General Public License v3.0

下载


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.