Skip to main content

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

  1. Start a scan (POST /scan or GET /scan)
  2. Use the returned scan_id as report_id
  3. Fetch the report (GET /report/{report_id}), retrying until ready