Authenticated Scans
This page explains how to run an authenticated scan with the API. For general info on HostedScan's authenticated scanning features see - https://hostedscan.com/authenticated-web-app-vulnerability-scan
- 1.
- 2.Upload the recorded Selenium script to the target (see details below)
- 3.
Make a POST request with
content-type: multipart/form-data
and one file to the endpoint https:/api.hostedscan.com/v1/targets/:target_id/auth/selenium
.curl -H "X-HOSTEDSCAN-API-KEY: <<your api key>>" -F file=@YouSeleniumRecording.side https://api.hostedscan.com/v1/targets/your-target-id/auth/selenium
Last modified 5mo ago