Skip to main content

Senthrex

Senthrex provides an authenticated scan workflow:
  1. Start a scan for a domain.
  2. Track progress and status.
  3. 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