Senthrex
Senthrex provides an authenticated security scan workflow:- Start a scan for a domain.
- Track progress and status.
- Retrieve reports, logs, and structured JSON results.
- Stop scans when required.
Base URL
https://rts-senthrex.slayers.tech
Core resources
- Scan lifecycle:
- Start scan:
POST /scan(orGET /scan) with optionalmode(fullordiscovery) - Status:
GET /status/{scan_uuid} - Results JSON:
GET /results/{scan_uuid} - Raw JSON artifact:
GET /json/{scan_uuid} - Report:
GET /report/{scan_uuid} - Logs:
GET /logs/{scan_uuid} - Stop scan:
POST /scan/{scan_uuid}/stop
- Start scan:
- Fleet management:
- List scans:
GET /scans - Stats:
GET /stats
- List scans:
