Skip to main contentSenthrex
Senthrex provides an authenticated scan workflow:
- Start a scan for a domain.
- Track progress and status.
- Retrieve reports, logs, and debugging output.
Base URL
https://rts-senthrex.slayers.tech
Core resources
- Scan lifecycle:
- Start scan:
POST /scan (or GET /scan)
- Status:
GET /status/{scan_uuid}
- Report:
GET /report/{scan_uuid}
- Logs:
GET /logs/{scan_uuid}
- Debug:
GET /debug/{scan_uuid}
- Fleet management:
- List scans:
GET /scans
- Delete scan:
DELETE /scan/{scan_uuid}
- Stats:
GET /stats