Web Application Verification
WebOWASP-powered deep vulnerability scan of a website, dApp frontend, or web interface. Submit a target URL; the scan runs and returns a report URL.
- OWASP-based deep vulnerability detection
- For websites, dApp frontends, and web interfaces
- Returns a report URL when the scan completes
Returns
| report_urlstring | Report URL |
Call it directly
curl -i -X POST "https://centry.cybercentry.co.uk/api/services/web_application_verification" \
-H "Content-Type: application/json" \
-d '{"target_url":"https://example.com"}'POST JSON (canonical) · GET query params also works · unpaid requests return 402 · see the payment flow.