/CFTD_Senior_Project

fork of CTF edu

Primary LanguageHTMLApache License 2.0Apache-2.0

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