Team Member Management - Provides a system for registering teams, managing members, and controlling competition access.
CTF Challenge Creations - Creates challenges with names, point values, descriptions, files, and static or regex-based flags.
Extensible Frameworks - Provides a modular framework supporting custom plugins and themes for extending competition functionality.
Ranked Leaderboards - Implements a real-time ranked leaderboard that updates as teams submit correct flags for challenges.
Team Management - Registers participants, organizes them into teams, and controls their access and permissions within the competition.
Docker Compose Deployments - Provides a Docker Compose configuration for running the application with all its dependencies.
CTF Competition Configurations - Sets up new Capture The Flag events by configuring names, admin credentials, and competition schedules.
CTF Web Frameworks - Provides a web framework for hosting cybersecurity CTF competitions with challenge management and live scoring.
Docker Compose Deployments - Ships a complete CTF platform deployable via Docker Compose with database and caching support.
Real-Time Scoreboards - Provides a real-time ranking system that displays team scores with tie resolution and freeze options.
Plugin Extenders - Extends core functionality through dynamically loaded Python plugins that register new routes, models, and templates.
CTF Server Deployers - Provides the means to deploy a fully functional CTF competition server using the framework.
Competition Parameter Configurations - Adjusts global parameters such as challenge visibility, team size limits, and scoring rules through a web interface.
Redis Connectors - Configures a Redis server to store configuration, sessions, and page content for faster application performance.
Route Overrides - Replaces the handler for a built-in route so the plugin can change how a page or API endpoint behaves.
Plugin Development Frameworks - Adds new features or integrations by developing and installing custom plugins that hook into the framework.
MajorLeagueCyber - Integrates with MajorLeagueCyber for OAuth2-based single sign-on and automatic team synchronization.
MajorLeagueCyber SSO Integrations - Authenticates users through MajorLeagueCyber for single sign-on, team tracking, and score submission.