mschwager e237715b33 Pin Ubuntu version and follow Dockerfile best practices (#218)
Docker provides some useful resources for Ubuntu as a base image
and installing software via apt-get:

https://docs.docker.com/engine/userguide/eng-image/dockerfile_best-practices/#apt-get

It's also useful to pin the Ubuntu version to 16.04 so we have a good
idea of what OS we're using in the image. To that end, I think we can
also avoid performing an upgrade so we can even further control which
versions of software we're using. If we do an upgrade then you'll have
different versions of software depending on when you build the image.
2017-03-06 20:17:31 -05:00
2017-03-03 00:36:00 -05:00
2017-02-24 21:46:25 -05:00
2017-01-24 23:06:16 -05:00
2017-02-24 21:46:25 -05:00
2017-01-24 23:06:16 -05:00
2017-01-07 02:44:31 -05:00
2017-03-03 01:37:46 -05:00
2016-10-14 00:54:42 -04:00
2017-01-24 23:06:16 -05:00
2017-02-24 21:46:25 -05:00
2015-09-13 22:43:23 -04:00
2017-01-10 04:18:10 -05:00
2017-01-24 23:06:16 -05:00
2017-01-10 03:35:48 -05:00
2017-01-07 02:44:31 -05:00
2017-01-10 03:35:48 -05:00

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

Description
No description provided
Readme Apache-2.0 34 MiB
Languages
JavaScript 87.1%
Python 9%
HTML 3%
Vue 0.6%
SCSS 0.3%