Welcome to CyberSec Pro — a unified platform for vulnerability scanning, agent orchestration, and reporting. To begin:
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
GET /api/v1/tools — list available toolsPOST /api/v1/scans — start a scanGET /api/v1/scans/:id — fetch scan status & resultsGET /api/v1/agents — list registered agentsGET /api/v1/reports — list generated reportsDefault: 60 requests / minute per key. Contact support for higher limits.
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.
Need help? Reach out via in-app feedback or email support@cybersec.pro.