/scorebot-core

The Scorebot Engine is a platform that allows scoring, host checking and other cool stuff

Primary LanguagePythonGNU General Public License v2.0GPL-2.0

Scorebot Core

Scorebot is a scoring engine for CTF competitions. It is built upon a Blue Team / Red Team model, where Blue Teams defend flags against Red teams. (Blue Teams may also attack other Blue Teams to steal flags). Scoring is based upon flags stolen, scored service up time, and injects submitted (there is no scoring tracking for injects yet).

This version v3.3.2 includes support for atomic transactions and adds additional fixes to support new-er versions of Django. All versions of scorebot-core are now deprecated due to the insecure Django-1.8 requirement.

This is a fork of "https://github.com/dichotomy/scorebot" for Scorebot version 3 and greater. From version 3 - forward, the components of Scorebot are broken up into separate "modules".

These are the primary components of Scorebot, collectively called the Scorebot Engine, SBE for short.

I am using this repository to help separate out and manage the official Scorebot Core code as we develop and add new features.