Use this if
Verify control of an internet-facing asset, launch a bounded application scan, follow durable progress, and interpret findings or partial-result warnings safely.
Verify control of an internet-facing asset, launch a bounded application scan, follow durable progress, and interpret findings or partial-result warnings safely. Pubblico: Application security teams, workspace admins, and service owners. Tempo medio di configurazione: 10-20 minutes.
Verify control of an internet-facing asset, launch a bounded application scan, follow durable progress, and interpret findings or partial-result warnings safely.
Passo 1
BlackShield disables active scanning until the workspace proves control of the exact DNS name or public IP.
What success looks like
Choose Check verification. Verification lasts 30 days and does not automatically cover subdomains.
Passo 2
Launch Deep Scan from EASM or open the DAST Scanner and select one or more verified assets.
What success looks like
Each target has a 12-minute execution budget and a maximum of two scans may be active per workspace.
Passo 3
Scan History reports queued, crawling, testing, finalizing, completed, warning, failed, and cancelled states.
What success looks like
Cancel active jobs from Scan History. Late worker results are ignored after cancellation.
Demonstration only
This configuration is designed for ease of use. To deploy scanner clients at scale, please plan your deployment architecture accordingly or contact us for enterprise best practices.
curl -X POST "$BLACKSHIELD_URL/api/v1/dast/scans" \
-H "Authorization: Bearer $BLACKSHIELD_TOKEN" \
-H "Content-Type: application/json" \
-d '{"config":{"targets":[{"asset_id":"<asset-id>","scheme":"https","base_path":"/"}],"profile":"standard"}}'