Quick Start Guide
Get the **HITL** platform up and running in your local air-gapped environment in under 10 minutes.
Prerequisites
- Docker Engine 24.0+
- Docker Compose v2.0+
- NVIDIA Container Toolkit (Optional, for local LLM acceleration)
- 16GB RAM (Minimum), 32GB (Recommended)
Installation
1. Authenticate & Pull
Access the private registry using your license key.
export HITL_LICENSE_KEY="htl_..." echo $HITL_LICENSE_KEY | docker login registry.hitl.security --username hitl_user --password-stdin docker pull registry.hitl.security/platform:latest
2. Initialize the Environment
Generate the default configuration files.
docker run --rm -v $(pwd):/app registry.hitl.security/platform:latest init
3. Launch the Stack
docker-compose up -d
First Mission
Once the stack is running, navigate to https://localhost:3000 and login with the default credentials printed in the initialization logs.
Defining a Target
- Go to Targets > New Target.
- Enter the URL or IP range (e.g.,
https://example-corp.local). - Select the Scan Profile: "Deep Logic Analysis".
- Click Engage Agents.
The Recon Agent will immediately begin passive enumeration. You will see real-time assets appearing in the Network Graph.