Use isto se
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. Público: Application security teams, workspace admins, and service owners. Tempo típico de configuração: 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.
Como é o sucesso
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.
Como é o sucesso
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.
Como é o sucesso
Cancel active jobs from Scan History. Late worker results are ignored after cancellation.
Apenas para demonstração
Esta configuração foi concebida para facilitar a utilização. Para implementar clientes de scanner em escala, planeie a sua arquitetura de implementação adequadamente ou contacte-nos para obter as melhores práticas empresariais.
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"}}'