Skip to content

cteodor/CFTD_Senior_Project

 
 

Repository files navigation

CTFd Slack

CTFd is a CTF in a can. Easily modifiable and has everything you need to run a jeopardy style CTF.

Install:

  1. ./prepare.sh to install dependencies using apt.
  2. Modify CTFd/config.py to your liking.
  3. Use python serve.py in a terminal to drop into debug mode.
  4. Here are some deployment options

Live Demo: https://demo.ctfd.io/

Reverse Engineering Module: https://reversing.ctfd.io/

Logo by Laura Barbera

Theme by Christopher Thompson

Cam's Instructions

to run virtual environment from base directory

  1. virtualenv -p /usr/bin/python2.7.1 env
  2. source env/bin/activate
  3. cd CFTD_Senior_Project
  4. ./prepare.sh

and to end it run

  1. deactivate

Packages

No packages published

Languages

  • HTML 44.9%
  • Python 40.1%
  • JavaScript 11.4%
  • CSS 3.4%
  • Mako 0.1%
  • Dockerfile 0.1%