CyberSec Pro Documentation

Comprehensive guides for the platform, API, and agents

Getting Started

Welcome to CyberSec Pro — a unified platform for vulnerability scanning, agent orchestration, and reporting. To begin:

  1. Install at least one agent (see Agents).
  2. Pick a tool from the Tools catalog.
  3. Run a scan and review the results in Reports.
Open the dashboard →

API Reference v1

All authenticated endpoints require a Bearer token. Generate one in Settings → API Keys.

curl -H "Authorization: Bearer YOUR_API_KEY" \
     https://api.cybersec.pro/api/v1/scans

Common endpoints

Rate limits

Default: 60 requests / minute per key. Contact support for higher limits.

Agents

Agents are lightweight Rust processes that execute scans on Kali Linux machines. Install via the one-line script shown in Agents, then connect over SSH or WebSocket. See in-app installation instructions for the latest commands.

Support

Need help? Reach out via in-app feedback or email support@cybersec.pro.