mirror of
https://github.com/aljazceru/CTFd.git
synced 2026-02-03 05:14:24 +01:00
1780a913e5fb85325c0b034cdf9918f65e062966
* Fix deleting wrong keys from admin panel - Fixed wrong_keys.html template using WrongKeys.team instead of WrongKeys.teamid - Added the id of the wrong key to the wrong_keys.html template entries - Changed /admin/wrong_keys to only take the key id instead of team and challenge id, to allow deleting the intended key when a team has more than one wrong key for a challenge. (Previously it would delete only the first wrong key entry for that challenge) * Have delete_wrong_key use first_or_404 - Switched first() for first_or_404() - Changed javascript variable to use underscores instead of camelCase * Fixing other endpoints which use the deletion interface
CTFd is a CTF in a can. Easily modifiable and has everything you need to run a jeopardy style CTF.
Install:
./prepare.shto install dependencies using apt.- Modify CTFd/config.py to your liking.
- Use
python serve.pyin a terminal to drop into debug mode. - Here are some deployment options
Live Demo: http://demo.ctfd.io/
Logo by Laura Barbera
Theme by Christopher Thompson
Description
Languages
JavaScript
87.1%
Python
9%
HTML
3%
Vue
0.6%
SCSS
0.3%
