SCTF: Security Capture the Flag Platform
SCTF
Security Capture the Flag Platform is the best platform for CTF Challenges. You will be able to define Teams, Challenges, and access to relative statistics. SCTF is lightweight and fast Django application that is able to support large competition.
Features
- Arbitrary categories and challenges.
- Scoreboard.
- Challenge hints.
- Team progress page.
- Challenge overview page.
- and more …
Install & Start
1. [OPTIONAL] Virtual Environment (Strongly Suggested):
$ pyvenv-3.5 venv
$ source venv/bin/activate
2. Install Requirements:
$ pip install -r requirements.txt
3. [OPTIONAL] Install Demo Data:
$ chmod +x loaddata.sh
$ ./loaddata.sh
4. Start Application:
$ python manage.py runserver 0.0.0.0:<[port]>
5. Reset Application:
$ chmod +x reset.sh
$ ./reset.sh
Screenshots
SCTF is licensed under the GNU General Public License v3.0 – Copyright (c) [2017] [Daniele Votta, Filippo Schiavio]
Source: https://github.com/SynAckPwn23