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. الجمهور: Application security teams, workspace admins, and service owners. وقت الإعداد المعتاد: 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.
الخطوة 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.
الخطوة 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.
الخطوة 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"}}'