ractf / core

The Django backend running RACTF wargame events.
https://docs.ractf.co.uk
GNU Affero General Public License v3.0
25 stars 9 forks source link
hacktoberfest
🚩⛳🏁🏳️‍🌈
A robust CTF platform
A Really Awesome framework for hosting Cyber-Security Capture the Flag events

Website | Docs | Installer | Code of Conduct | Twitter | Chat

The CTF framework that won't fall over half way through an event. Built with ❤︎ by the RACTF team and contributors


Table of Contents

Features

Installation

Check out the Installer. Want a more custom deployment? Check out our installation docs.

Development

The backend is a Django project, and you can spin it up easily with our docker-compose setup using docker-compose build and docker-compose up [-d]. Other docker-compose commands will also work as expected. Our tests can be run in Docker by using make dev-test, or by manually running pytest src in the container, for example using docker-compose exec backend pytest src.

Getting Support

If you need support, check out our Discord, or if you've found a bug with the framework, open an issue.

🔒 Found a security issue? Email us at security@ractf.co.uk.

License

AGPLv3