Active scanner
Sends crafted requests to confirm injection, XSS, header, and configuration issues — including the Advanced SQL Injection add-on and DOM XSS rule.
Scanner · Web
ZAP — the Zed Attack Proxy — is, per the project, “the world's most widely used web app scanner.” A free, open source DAST tool originally from OWASP, now an independent project stewarded by Checkmarx. VulnScanners runs it on our infrastructure with the spider, auth, and active/passive rules pre-configured.
About the project
ZAP is a community-driven open-source DAST tool. It ships as a proxy plus scanner — applications are crawled (traditional or AJAX), traffic is inspected by passive rules, and the active scanner sends crafted payloads to confirm injection, XSS, configuration, and other classes of web-layer issues. VulnScanners runs the headless scanner core.
Capabilities
All features below come from upstream ZAP. We don't re-implement them — we host them.
Sends crafted requests to confirm injection, XSS, header, and configuration issues — including the Advanced SQL Injection add-on and DOM XSS rule.
Inspects requests and responses as they pass through, surfacing misconfigured headers, cookies, and content issues without modifying traffic.
Crawls server-rendered links to map application structure before scanning.
Drives a headless browser to crawl modern JavaScript and single-page applications that the traditional spider can't reach.
Form, JSON, script-based, and HTTP authentication for scans that require an authenticated session.
Automatically refreshes CSRF tokens so the active scanner doesn't get blocked by token checks.
Why hosted
ZAP is a Java app — VulnScanners runs the headless scanner so you don't install or maintain a JVM.
Scans originate from our fixed range — clients allowlist once and you avoid noisy WAF blocks from rotating residential IPs.
Findings grouped by severity with full ZAP output preserved next to the client-ready deliverable.
Use cases
Run before launch or after a release to confirm common web-layer issues — injection, XSS, header, cookie, and config flaws — aren't shipping.
Re-scan client web properties periodically. Surface regressions like missing headers or newly exposed admin paths.
Configure auth once and have ZAP exercise post-login surfaces — the parts of an app most static scans never reach.
From the blog
What each scanner does, what each detects, and which one belongs in which phase.
Confirming and exploiting SQL injection — the natural follow-up to a ZAP finding.
When each tool is the right answer — and how to layer all three.
Honest comparison — where ZAP fits, where it doesn't.
Credit packs start at $10. No subscription, no seats, no overages.