MCPcopy Index your code
hub / github.com/JoasASantos/RTOps-Management-Platform

github.com/JoasASantos/RTOps-Management-Platform @main

Chat with this repo
repository ↗ · DeepWiki ↗ · + Follow
123 symbols 436 edges 2 files 4 documented · 3% updated 4mo ago★ 110

Browse by type

Functions 82 Types & classes 2 Endpoints 39
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Red Team Leaders - Operations Management Platform

A web-based platform for managing red team operations, built with Flask and SQLite.

Created by Joas A Santos.

Features

  • Authentication & Roles – Manager, Operator, Executive, and Blue Team roles
  • Operations Management – Full CRUD with tabbed detail views
  • Rules of Engagement – Builder with PDF export
  • Operator Logs – Timestamped entries with CSV export
  • Evidence Management – Upload and gallery with image previews
  • Findings – Severity, TTP, CWE, and CVSS mapping
  • Kanban Board – Drag-and-drop task management
  • Checklists – Progress tracking per operation
  • MITRE ATT&CK Browser – 30 seeded techniques + STIX import
  • CWE Database – 20 seeded entries
  • PDF Reports – Full, Executive Summary, and Findings-only (with white-label/logo support)
  • LLM Integration – OpenAI, Anthropic, Gemini, and DeepSeek
  • Executive Dashboard – High-level metrics view
  • Blue Team View – Remediation tracking
  • Admin Panel – Branding, LLM config, MITRE import

Requirements

  • Python 3.9+

Installation

git clone https://github.com/CyberSecurityUP//RTOPlatform.git
cd RTOPlatform
pip install -r requirements.txt

Usage

python rtoplatform.py

The app will start on http://127.0.0.1:5000. Register a new account to get started.

Project Structure

rtoplatform.py        # Main application (single-file Flask app)
rtl_ops.sqlite3       # SQLite database (auto-created on first run)
uploads/evidence/     # Uploaded evidence files
uploads/branding/     # Custom logos for white-label reports

License

All rights reserved.

Core symbols most depended-on inside this repo

Shape

Function 78
Route 39
Method 4
Class 2

Languages

Python100%

Modules by API surface

rtoplatform.py121 symbols
create_example_db.py2 symbols

For agents

$ claude mcp add RTOps-Management-Platform \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page