Introduction

Welcome to the official documentation for the **HITL** (Human-In-The-Loop) Autonomous Security Platform.

Enterprise Edition

This documentation covers the HITL Enterprise Air-Gapped release (v4.2.0). For Cloud usage, please refer to the SaaS portal.

System Overview

The platform is designed to operate as a completely self-contained offensive security unit. It requires **no internet connection** to function once the Docker images are pulled.

Core Components

  • Orchestrator: The central brain ensuring mission objectives are met.
  • Recon Agent: Passive and active information gathering.
  • Exploit Agent: Logic analysis and safe payload generation.
  • Report Engine: Documentation and remediation synthesis.

Quick Start

To deploy the platform locally using Docker Compose:

# 1. Login to the registry
docker login registry.doom-sec.ai

# 2. Pull the images
docker-compose pull

# 3. Start the stack
docker-compose up -d

# 4. Access the dashboard
# Open https://localhost:3000

Hardware Requirements

Minimum 32GB RAM and NVIDIA GPU (16GB VRAM) recommended for optimal LLM inference speed.