RTSWPScan
RTSWPScan exposes a simple scan workflow: start a scan against a target URL, then retrieve the report by ID.Base URL
https://rtswpscan.slayers.tech
Typical workflow
- Start a scan (
POST /scanorGET /scan) - Use the returned
scan_idasreport_id - Fetch the report (
GET /report/{report_id}), retrying until ready
