CTFd/README.md

24 lines
910 B
Markdown
Raw Normal View History

![](https://raw.githubusercontent.com/CTFd/CTFd/master/CTFd/static/original/img/logo.png)
2015-01-01 05:36:56 +00:00
====
[![Build Status](https://travis-ci.org/CTFd/CTFd.svg?branch=master)](https://travis-ci.org/CTFd/CTFd)
2016-12-13 08:37:50 +00:00
[![CTFd Slack](https://slack.ctfd.io/badge.svg)](https://slack.ctfd.io/)
2016-12-13 08:35:22 +00:00
2015-01-01 05:45:25 +00:00
CTFd is a CTF in a can. Easily modifiable and has everything you need to run a jeopardy style CTF.
## Install
2015-01-01 05:45:25 +00:00
1. `./prepare.sh` to install dependencies using apt.
2. Modify [CTFd/config.py](https://github.com/CTFd/CTFd/blob/master/CTFd/config.py) to your liking.
2015-01-01 05:45:25 +00:00
3. Use `python serve.py` in a terminal to drop into debug mode.
4. [Here](https://github.com/CTFd/CTFd/wiki/Deployment) are some deployment options
2015-01-01 05:52:09 +00:00
## Live Demo
2017-01-10 09:18:10 +00:00
https://demo.ctfd.io/
## Reverse Engineering Module
2017-01-10 09:18:10 +00:00
https://reversing.ctfd.io/
2015-01-02 02:16:16 +00:00
## Credits
* Logo by [Laura Barbera](http://www.laurabb.com/)
* Theme by [Christopher Thompson](https://github.com/breadchris)