CTFs as you need them
 
 
 
 
Go to file
Kevin Chung 1719b4b753 Update README.md 2017-07-23 11:28:58 -04:00
CTFd Fixing scoring logic (#320) 2017-07-17 22:18:23 -04:00
migrations Fixing large ip solves (#307) 2017-07-08 17:53:14 -04:00
tests Fixing scoring logic (#320) 2017-07-17 22:18:23 -04:00
.dockerignore Adding .dockerignore and making docker-entrypoint consider DATABASE_URL (#312) 2017-07-13 02:43:17 -04:00
.gitignore challenge update modal is now replaceable (#236) 2017-04-08 01:20:22 -04:00
.travis.yml Fixes #261 and generally supports Unicode better in Python 2 (#263) 2017-05-21 12:43:31 -04:00
CHANGELOG.md Updating CHANGELOG 2017-07-01 14:18:23 -04:00
Dockerfile Updating Docker files 2017-04-08 17:35:18 -04:00
LICENSE Update LICENSE 2016-10-14 00:54:42 -04:00
README.md Update README.md 2017-07-23 11:28:58 -04:00
ctfd.ini Allow CTFd to run with script_root != '/' and PostgreSQL (#125) 2016-06-22 00:18:09 -04:00
development.txt Fixes #261 and generally supports Unicode better in Python 2 (#263) 2017-05-21 12:43:31 -04:00
docker-compose.yml Fixes #315 (#316) 2017-07-16 02:50:32 -04:00
docker-entrypoint.sh Adding .dockerignore and making docker-entrypoint consider DATABASE_URL (#312) 2017-07-13 02:43:17 -04:00
export.py Upgrading exports (#283) 2017-06-16 17:49:37 -04:00
import.py Add import.py script 2017-04-26 22:46:06 -04:00
manage.py Marking 1.0.0 (#196) 2017-01-24 23:06:16 -05:00
populate.py Fixing large ip solves (#307) 2017-07-08 17:53:14 -04:00
prepare.sh Fully automate prepare.sh 2015-09-13 22:43:23 -04:00
requirements.txt Fixing large ip solves (#307) 2017-07-08 17:53:14 -04:00
serve.py Hints (#232) 2017-03-28 21:17:56 -04:00
setup.cfg Starting to write tests 2017-01-07 02:44:31 -05:00
wsgi.py Latest set of changes (#190) 2017-01-10 03:35:48 -05:00

README.md

Build Status CTFd Slack

What is CTFd?

CTFd is a Capture The Flag in a can. It's easy to customize with plugins and themes and has everything you need to run a jeopardy style CTF.

CTFd is a CTF in a can.

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
  5. You can check out the Getting Started guide for a breakdown of some of the features you need to get started.

Live Demo

https://demo.ctfd.io/

HackerFire

Looking for CTF challenges to work on? HackerFire is a learning focused CTF built using CTFd. It features a wide variety of challenges and is updated with new content frequently. It also contains custom knowledge resources to teach newcomers about the techniques used to solve a challenge.

Credits