Skip to content
DAST

31 Best DAST Tools for 2026 (by a 10-yr AppSec insider)

Independent ranking — no vendor pays to appear here. See methodology.

Over a decade in AppSec, DAST is the product I sold most. I compare 31 tools by use case — ZAP, Burp Suite, Invicti, InsightAppSec, Qualys, Veracode.

Suphi Cankurt
Suphi Cankurt
+8 Years in AppSec
Updated June 3, 2026
13 min read

At a glance

The best DAST tools in 2026: ZAP, Burp Suite, and Invicti, plus InsightAppSec, Qualys WAS, Veracode, and Fortify WebInspect for enterprise scale.

  • Best free, open-source scanner (CI/CD): ZAP — Apache 2.0, official GitHub Actions, Docker, SARIF output
  • Best for manual penetration testing: Burp Suite — intercepting proxy plus an active scanner and 500+ BApp extensions
  • Best for proof-based scanning: Invicti — confirms exploitability before a finding reaches the queue (my former employer)
  • Best for the Rapid7 stack: InsightAppSec — Universal Translator for SPAs and Attack Replay verification
  • Best cloud-native scanning at scale: Qualys WAS — TruRisk scoring inside the Qualys Cloud Platform
  • Best for unified SAST + DAST reporting: Veracode Dynamic Analysis — one platform, one dashboard
  • Best for regulated and federal estates: Fortify WebInspect — scales to hundreds of apps (now OpenText)

How I picked: 31 DAST tools evaluated on crawl depth, SPA and API coverage, authentication handling, false-positive behavior, and CI/CD fit — using vendor documentation, public benchmarks, and G2 reviews. No vendor paid to appear, rank higher, or be excluded. Last reviewed June 2026.

Over a decade in application security, DAST was the product I sold and demoed most. I have walked buyers through nearly every scanner on this page and watched what each one actually does once it is pointed at a real application.

Selling in this market up close, you learn quickly where the demo ends and the product begins.

Today I am comparing 31 of them, free and commercial alike, by the job each one is best at: CI/CD scanning, manual pentesting, API testing, and enterprise compliance.

So which one do you actually need? It depends on what you are scanning and your budget. The goal is to match a tool to your stack, not a vendor’s roadmap.

So what are the best DAST tools in 2026? ZAP and Burp Suite anchor the free-to-pentest end: ZAP is the open-source standard for CI/CD, and Burp is the proxy every pentester reaches for.

Invicti leads on proof-based scanning that confirms exploitability before a finding hits triage. For enterprise-scale programs, InsightAppSec, Qualys WAS, Veracode, and Fortify WebInspect are the platforms I keep returning to.

First, what is DAST?

DAST black-box testing: finds runtime issues like auth bypass and misconfigurations by simulating attacker behavior, but cannot see source code, is limited by auth walls, and requires a running application

DAST is a black-box method that crawls and attacks your running web application from the outside, simulating a real attacker to find runtime flaws without touching source code. It is language-independent and catches misconfigurations, authentication flaws, and injection bugs that static analysis never sees.

It will not tell you the exact file and line where a bug lives, only what is broken, not where to fix it. For the full definition, see what is DAST .

Okay, enough preamble. Let’s get into my picks.

The 31 best DAST tools (2026)

Here is how all 31 active DAST tools compare at a glance, grouped by license — free and open-source, freemium, and commercial. Four older tools (Sentinel Dynamic, Probely, w3af, Arachni) have been discontinued, acquired, or archived and are listed separately.

ToolLicenseStandout
Free / Open Source (5)
Dastardly NEWFreeFree CI/CD scanner from PortSwigger; Burp engine
NiktoFree (OSS)Fast web server scanner; 8,000+ checks; Kali default
NucleiFree (OSS)11,000+ community templates; ProjectDiscovery
WapitiFree (OSS)Python black-box fuzzer; XSS/SQLi/XXE detection
ZAP (Zed Attack Proxy)Free (OSS)Most popular OSS DAST; now ZAP by Checkmarx
Freemium (4)
AikidoFreemiumAll-in-one platform bundling DAST, SAST, SCA, IaC, and secrets (canonical home: ASPM)
Bright SecurityFreemiumDeveloper-first; Docker client, HAR file import
Burp SuiteFreemiumIndustry standard for pentesting; new Burp AI
ZeroThreatFreemiumAI-powered DAST with automated pentesting and agentic workflows
Commercial (22)
AcunetixCommercialStraightforward scanner; multi-platform (Linux, Mac, Windows, SaaS)
AppCheckCommercialFormer internal pentest tool (SEC-1 / Claranet); tailor-made solutions
AppTranaCommercialFully managed WAAP by Indusface with integrated DAST, WAF, and DDoS
Astra SecurityCommercialAutomated scanner + managed pentest for SMBs; risk scoring
Beagle SecurityCommercialNon-technical user friendly; WordPress plugin
Black Duck Web ScannerCommercialFormerly Synopsys Web Scanner; now part of Black Duck Software
Checkmarx DAST NEWCommercialZAP-powered engine + DAST Tunneling; ASPM correlation across SAST/SCA/IAST
DetectifyCommercialCrowdsourced vulnerability intel; EASM
Escape NEWCommercialBusiness logic testing; BOLA/IDOR detection; API-native
Fluid AttacksCommercialHolistic DAST+SAST+SCA+PTaaS; AI-powered remediation
Fortify WebInspectCommercialEnterprise-level; scales to hundreds of apps (now OpenText)
GitLab DASTGitLab UltimateNative GitLab CI/CD; browser-based SPA scanning
HCL AppScan (DAST)CommercialAppScan 360° platform; AI-assisted testing with FIPS 140-3 compliance
InsightAppSecCommercialRapid7; Universal Translator, Attack Replay
IntruderCommercialEasy to start; monthly subscription + pentest services
InvictiCommercialProof-based scanning; IAST + SCA; scales to thousands of apps
Pentest ToolsCommercialSuite of web vulnerability scanners and niche security tools
Qualys WASCommercialCloud-native; AI-powered scan optimization
StackHawkCommercialDeveloper-first; built on ZAP; HawkAI API discovery
Syhunt DynamicCommercialMulti-platform DAST in Syhunt security suite
Tenable Web App ScanningCommercialREST, GraphQL & SOAP API scanning; ASM integration
Veracode Dynamic AnalysisCommercialCrashtest Security integrated; unified SAST + DAST platform
Discontinued / Acquired (4)
Probely ACQUIREDWas CommercialAcquired by Snyk (Nov 2024); now powers Snyk API & Web
Sentinel Dynamic RENAMEDWas CommercialFormerly WhiteHat / NTT; acquired by Synopsys, now Black Duck Continuous Dynamic
w3af UNMAINTAINEDOpen SourcePython web scanner; limited maintenance since 2020
Arachni ARCHIVEDOpen SourceRuby web scanner; archived 2021, replaced by Ecsypno SCNR

Below the table I go deep on twelve picks that cover the main jobs — CI/CD scanning, manual pentesting, API testing, and enterprise compliance. They are listed alphabetically, not by rank.

1. Acunetix — Best for fast, straightforward web scanning

Acunetix scan result page showing a Threat Level 3 (HIGH) assessment with discovered vulnerabilities including cross-site scripting and SQL injection in the latest alerts list, plus scan duration, request count, and average response time.
An Acunetix scan summary flagging Threat Level 3 with XSS and SQL injection findings.

Acunetix is a proof-based DAST scanner that runs 7,000+ vulnerability checks against running web apps and APIs, confirming each finding by safely exploiting it before you triage. Its guided workflow suits teams without deep security expertise who want automated coverage without a steep learning curve.

There is no free tier, and licensing starts at a 5-target minimum on a 2-year subscription.

  • License: Commercial
  • Engine: C++ scanning engine with full Chromium-based SPA rendering and proof-based confirmation
  • Deployment: Self-hosted, multi-platform, with a REST API for CI/CD pipelines

2. Bright Security — Best for developer-first DAST in CI/CD

Bright Security project dashboard with top counters for Active Scans, Unique hosts, and High, Medium, and Low issue counts above a Project Issues table listing each finding's URL, issue type, severity, last reported date, times reported, and status.
Bright Security's project dashboard showing scan-result counters and a per-finding issues table.

Bright Security (formerly NeuraLegion) is a developer-first DAST that runs from the CLI or Docker and surfaces findings inside pull requests. The vendor reports an AI validation loop holds false positives under 3%. Coverage spans the OWASP Top 10, API Top 10, and LLM Top 10.

It has no intercepting proxy or manual request manipulation, so hands-on pen testing still needs a tool like Burp Suite.

  • License: Freemium
  • Engine: Own crawler plus AI vulnerability validation
  • Deployment: SaaS, Docker, CLI, Kubernetes (air-gapped capable)

3. Burp Suite — Best for manual penetration testing

Burp Suite Professional dashboard showing active scan and crawl tasks, an issue activity panel listing findings such as cross-site scripting and SQL injection by severity, and a SQL Injection advisory detail pane on the right.
Burp Suite Pro's dashboard with scan tasks, the issue activity feed, and a SQL Injection advisory.

Burp Suite is the manual pentest proxy I reach for first: its intercepting proxy captures HTTP/HTTPS/WebSocket traffic, and Repeater and Intruder replay requests one at a time. The Pro tier ($475/year) adds an active scanner and 500+ BApp Store extensions for JWT and access-control testing.

The Pro edition is a desktop tool built for hands-on testers, not pipeline automation; that is what the separately-licensed DAST edition handles.

  • License: Freemium (Community free; Professional $475/year)
  • Engine: Intercepting proxy plus an active and passive scanner using PortSwigger’s research-backed detection engine
  • Deployment: Desktop (Windows, macOS, Linux); DAST edition runs from Docker for CI/CD
  • Pricing: Professional $475/user/year

4. Escape — Best for API and business-logic testing

Escape scan view for a GraphQL endpoint listing issues with CVSS scores, OWASP API Top 10 tags, and first-seen dates, a BOLA/IDOR access-control finding detail card, and an endpoint inventory panel with risk-factor filters.
Escape's scan view ranks issues by CVSS and OWASP API tag, with a BOLA/IDOR finding and the API endpoint inventory.

Escape is an API-native DAST scanner built for REST and GraphQL, running 140+ attack scenarios with a focus on BOLA, IDOR, and access-control flaws generic crawlers miss. It creates resources as one user, then probes whether another user can reach them.

For traditional server-rendered web apps, a general-purpose scanner like Burp Suite or Invicti covers more ground.

  • License: Commercial (free tier for one API; GraphQL Armor middleware open-source)
  • Engine: Own API-native scanner that reads OpenAPI/GraphQL schemas and uses AI to generate authorization-probing payloads
  • Deployment: SaaS, with private locations and mTLS for internal APIs

5. Fortify WebInspect — Best for large enterprises scaling to hundreds of regulated apps

Fortify WebInspect Scan Dashboard showing crawl progress (190 of 190 crawled, 40 of 202 audited), a bar chart of findings by severity (1 Critical, 6 High, 5 Medium, 25 Low), and network statistics for the running scan.
The WebInspect scan dashboard tracks crawl and audit progress and breaks findings down by severity.

WebInspect is an enterprise compliance DAST scanner from OpenText that crawls and attacks running apps, mapping findings to pre-configured PCI DSS, NIST 800-53, HIPAA, and ISO 27K policies. Kubernetes-based horizontal scaling splits scans across containers, so it fits when you run hundreds of regulated apps and need on-premises deployment.

Setup is heavier than lighter scanners, and pricing is quote-only with no free tier.

  • License: Commercial
  • Engine: Own crawler/scanner with a Chromium-based JavaScript engine for SPA rendering
  • Deployment: On-premises, SaaS (Fortify on Demand), or managed service

6. HCL AppScan — Best for regulated and federal enterprise DAST

HCL AppScan Standard dashboard showing a completed scan behind two overlaid Web Application Report documents, including a CWE Top 25 report and a US Financial Services (GLBA) Compliance Report.
AppScan Standard generating compliance-mapped reports, including a GLBA financial-services report, from a completed scan.

HCL AppScan DAST is the enterprise DAST scanner at the core of the AppScan 360° platform, inherited from IBM AppScan after HCL’s 2019 acquisition. Its FIPS 140-3 compliance and compliance-mapped reports for PCI DSS, HIPAA, GDPR, and SOC 2 make it one of few options cleared for US federal use.

HCL quotes licensing through sales rather than publishing prices, and it sits at upper-enterprise cost next to platforms like Invicti.

  • License: Commercial
  • Engine: Own crawler / black-box DAST within the AppScan 360° platform (DAST, SAST, IAST, SCA)
  • Deployment: SaaS (AppScan on Cloud), on-premises (Standard/Enterprise), and hybrid via the Presence Docker agent

7. InsightAppSec — Best for Rapid7-stack teams wanting attack replay

InsightAppSec scanning activity dashboard showing a scan-volume timeline from Feb 8 to Aug 23 2018, status counts (969 scans, 7 pending, 1 running, 33 scanned, 3 processed, 826 complete, 0 paused, 0 blacked out, 96 failed), and a scan results table listing name, app, status, start/completed time, duration, and total vulns per scan.
InsightAppSec's scanning activity view tracks scan history, status counts, and per-scan vulnerability totals.

InsightAppSec is Rapid7’s developer-verification DAST: its Universal Translator normalizes React, Angular, and Vue traffic for crawling SPAs, and Attack Replay packages each finding with the triggering HTTP request, reproduction steps, and fix guidance so developers confirm bugs locally. If you already run the Rapid7 Insight platform, it fits.

Findings are not proof-validated, so teams optimizing for zero false positives should weigh proof-based scanners instead.

  • License: Commercial
  • Engine: Own crawler with Universal Translator (Chromium-based, JS-executing); 95+ attack types
  • Deployment: SaaS cloud console plus optional on-premise scan engines (v7.5)

8. Invicti — Best for proof-based enterprise scanning

Invicti enterprise dashboard showing a severities donut chart (26 critical, 24 high, 6 medium, 10 low), an issues treemap by severity, and tiles for users, vulnerable websites, and completed scans.
Invicti's dashboard breaks scan findings down by severity alongside completed-scan and vulnerable-target tiles.

Invicti (my former employer) is a proof-based DAST scanner: when it flags a vulnerability, it safely exploits the finding and attaches a proof-of-exploit, which the vendor claims yields 99.98% accuracy. If DAST false positives are flooding triage, that auto-validation is the reason to look here.

Proof validation covers only the DAST engine, so the bundled SAST, SCA, and third-party findings still depend on those tools’ own accuracy.

  • License: Commercial (enterprise-only, no free tier)
  • Engine: Own proof-based DAST crawler (Chromium-rendered, 2,500 pages default up to 15,000)
  • Deployment: SaaS (AWS US/EU), self-hosted on-premises (Windows/WSL), and air-gapped

9. Nuclei — Best for template-based CVE and misconfiguration scanning

nuclei CLI output for a severity-filtered scan of https://example.com, reporting a critical CVE-2024-23897 Jenkins arbitrary file read finding and a high-severity exposed .env file, plus scan stats and a results.json summary.
A severity-filtered Nuclei scan flagging a critical Jenkins CVE and an exposed .env file.

Nuclei is a template-based scanner from ProjectDiscovery that runs 12,000+ community YAML templates for CVEs, misconfigurations, exposures, and default credentials across HTTP, DNS, TCP, SSL, Websocket, and headless protocols. New CVE templates often land within hours of disclosure, so it fits checking many targets for known issues quickly.

It runs predefined checks rather than crawling, so it will not find custom application-logic flaws.

  • License: MIT (open-source)
  • Engine: Template-based scanner (YAML templates, multi-protocol)
  • Deployment: Self-hosted CLI (Go binary or Docker), CI/CD pipelines, optional ProjectDiscovery Cloud

10. Qualys WAS — Best for cloud-native scanning at enterprise scale

Qualys Enterprise TruRisk dashboard for an Internet Banking app showing a TruRisk score of 840 (High), counts for OWASP Top 10 findings, APIs exposing PII, and potential malware, plus an OWASP API Top 10 category table and a scans-and-reports panel.
The TruRisk dashboard scores one web app's findings by business risk alongside OWASP API Top 10 detections and scan status.

Qualys WAS is platform-integrated DAST: it crawls web apps and APIs, probes for SQL injection, XSS, and misconfigurations, then scores findings by business risk with TruRisk. Because results sit inside the Qualys Cloud Platform next to infrastructure and asset data, it fits teams already running Qualys at scale.

The platform-correlation advantage largely disappears if you are not already in the Qualys ecosystem.

  • License: Commercial
  • Engine: Own cloud crawler with AI scan optimization and Chromium rendering
  • Deployment: Cloud SaaS, with scanner appliances for internal apps behind firewalls

11. Veracode Dynamic Analysis — Best for unified SAST + DAST reporting

Veracode DAST scan results dashboard for a target, with a stacked CVSS-severity bar chart over time and a table of scans listing ID, URL, scope, severity, total findings, target type, started at, status, and duration.
Veracode DAST scan results dashboard grouping findings by URL, severity, and CVSS classification.

Veracode Dynamic Analysis is enterprise DAST that runs parallel SaaS scans across hundreds of applications, with React, Angular, and Vue SPA support from the 2022 Crashtest Security acquisition and REST, SOAP, and GraphQL testing via OpenAPI import. Findings land in the same dashboard as Veracode SAST and SCA.

It is SaaS-only and runs as one component inside the broader Veracode platform alongside SAST and SCA.

  • License: Commercial
  • Engine: DAST within a broader AppSec platform; full browser rendering with Crashtest-derived SPA support
  • Deployment: SaaS

12. ZAP — Best for free, open-source CI/CD scanning

ZAP Docker baseline scan terminal output showing the zap-baseline.py command, PASS results for two cookie rules and a CSP script-src rule, two WARN-NEW alerts for missing X-Frame-Options and Content Security Policy headers, and a summary line reading PASS: 19 WARN: 2 FAIL: 0 INFO: 0.
ZAP's Docker baseline scan prints pass and warning results straight to the CI/CD console.

ZAP is the open-source DAST standard: an intercepting proxy plus traditional and AJAX spiders and an active scanner, all under Apache 2.0 with no paid tiers or feature gates. Its YAML automation framework, GitHub Actions, and Docker images make it the default pick for CI/CD scanning at zero licensing cost.

It carries a steeper initial learning curve and ships no vendor support SLAs or compliance dashboards out of the box.

  • License: Free (open-source, Apache 2.0)
  • Engine: Own crawler plus intercepting proxy (traditional spider + AJAX spider + active/passive scanner)
  • Deployment: Desktop (Windows/macOS/Linux), Docker, CI container

What Are the Major DAST Market Changes?

DAST market in 2026: API-first testing trend, DAST plus IAST hybrid models like Invicti Shark, and maturing free tools ZAP and Nuclei

The DAST vendor market has consolidated heavily since 2022, with acquisitions, mergers, and rebrandings reshaping the names. If you are comparing tools and run into unfamiliar ones, here is what changed:

  • Acunetix + Netsparker merged into Invicti — Invicti is the enterprise platform; Acunetix continues as the standalone product.
  • ZAP joined Checkmarx (September 2024)ZAP is now “ZAP by Checkmarx,” still free and Apache 2.0 licensed.
  • Synopsys Web Scanner became Black Duck Web Scanner — Synopsys sold its Software Integrity Group in 2024; it now operates as Black Duck Software.
  • Fortify WebInspect moved to OpenText — OpenText bought Micro Focus in 2023, which had earlier acquired HP’s Fortify line.
  • Veracode bought Crashtest Security (2022) — folded into Veracode ’s unified SAST + DAST platform.
  • Snyk bought Probely (November 2024) — Probely’s DAST engine now powers Snyk API & Web, launched April 2025.
  • WhiteHat Sentinel Dynamic rebranded — Synopsys acquired WhiteHat in 2022; the product is now Black Duck Continuous Dynamic.

The DAST market reached $3.61 billion in 2025 and is projected to hit $8.63 billion by 2031, a 15.59% CAGR, according to Mordor Intelligence.

Mordor Intelligence DAST market report showing $3.61B (2025) to $8.63B (2031) at 15.59% CAGR

How I evaluate DAST tools

I evaluated each tool against the same six criteria, using only public evidence: vendor documentation, public benchmarks, and G2 reviews. Each criterion reflects a failure mode I have seen teams hit in production.

  1. Crawl depth — Can the scanner reach deep application states, authenticated pages, and multi-step flows? A scanner that only crawls the homepage misses most of your attack surface.
  2. JavaScript and SPA support — Modern apps render in the browser. I checked whether each tool uses a headless browser engine or falls back to static HTML parsing, which misses React, Angular, and Vue routes.
  3. Authentication handling — Most real vulnerabilities sit behind a login. I weighed login-sequence recording, session-token refresh, and handling of MFA-protected targets.
  4. API scanning — REST and GraphQL are now the primary attack surface. I looked at OpenAPI/Swagger import, GraphQL introspection, and whether the tool actually fires payloads at each parameter.
  5. False-positive behavior — A scanner that alerts on everything gets ignored. Invicti’s proof-based scanning and Nuclei’s template precision both stood out here.
  6. Pipeline integration — I looked at scan scoping, exit-code behavior, and native GitHub Actions and GitLab CI support. Scans under 10 minutes are viable as PR gates; longer ones belong in nightly schedules.

Where a capability comes from vendor marketing rather than verifiable documentation, I note it. No vendor pays to appear, rank higher, or be excluded.


The bottom line

DAST tool selection by use case: OWASP ZAP for free comprehensive scanning, Escape and StackHawk for API-first testing, Invicti and HCL AppScan for enterprise, Nuclei and StackHawk for CI/CD speed

So which one do you pick?

There is no single best DAST tool. It comes down to what you are scanning, your budget, and whether you need automated CI/CD scans or hands-on pentesting.

Free and CI/CD-first? ZAP is the open-source standard, Nuclei is fastest for template-based CVE checks, and Dastardly gives you a 10-minute PR gate. For developer-driven scanning in the pipeline, Bright Security and StackHawk fit well.

Manual testing? Burp Suite is the standard every pentester reaches for. For API and business-logic flaws like BOLA and IDOR, Escape and 42Crunch go where generic crawlers cannot. See my DAST tools for APIs guide for the full list.

Scanning at enterprise scale? Invicti (my former employer) and Acunetix lead on proof-based accuracy, while Veracode Dynamic Analysis unifies SAST and DAST reporting.

For teams already on a platform, InsightAppSec and Qualys WAS fit Rapid7 and Qualys estates. For regulated and federal work, HCL AppScan and Fortify WebInspect bring FIPS and compliance reporting.

Whichever you shortlist, run a short scan against your own app first, ideally an authenticated, JavaScript-heavy page. The tool that finds real, reproducible bugs on your stack with the least noise is the one worth paying for.


Frequently Asked Questions

What is DAST (Dynamic Application Security Testing)?
DAST is a black-box testing method that crawls and attacks running web applications from the outside, simulating what an attacker would do. It does not need access to source code and is language-independent. DAST finds runtime vulnerabilities, configuration issues, and authentication flaws that static analysis misses.
What is the difference between DAST and SAST?
DAST tests a running application from the outside (black-box) while SAST scans source code without executing it (white-box). DAST catches runtime and configuration issues that SAST misses, but it cannot point to the exact line of code causing the problem. Most teams use both together.
Are there free DAST tools available?
Yes. ZAP (now ZAP by Checkmarx), Nuclei, Dastardly, Wapiti, and Nikto are all free and open source. Burp Suite has a free Community Edition for manual testing. Bright Security offers a free tier alongside its commercial plans. StackHawk provides a 14-day free trial.
Can DAST tools scan Single-Page Applications (SPAs)?
Some can, but it varies. SPAs rely on JavaScript and DOM manipulation, which traditional crawlers struggle with. Burp Suite, Invicti, InsightAppSec, and HCL AppScan use headless browser rendering to handle SPAs better than most. ZAP with the Ajax Spider plugin also improves SPA coverage.
Can DAST tools be integrated into CI/CD pipelines?
Yes. Most modern DAST tools offer CI/CD integration via CLI, APIs, GitHub Actions, or Jenkins plugins. ZAP, Nuclei, StackHawk, and Dastardly are well-suited for pipeline integration because of their command-line interfaces and Docker support. Run quick baseline scans under 10 minutes as PR gates and full crawl scans nightly.
How long does a DAST scan take?
A full DAST scan of a medium-sized web application typically takes 1 to 8 hours, depending on the number of pages, forms, and endpoints. Quick or targeted scans can finish in minutes. DAST is slower than SAST because it needs to crawl and interact with a live application.
What is the best free DAST tool in 2026?
OWASP ZAP is the most capable free DAST tool for web applications — it handles authenticated scanning, active attacks, and CI/CD automation. For targeted CVE and misconfiguration checks, Nuclei with community templates is the fastest free option. Nikto is a quick win for server-level checks but is not a full application scanner.
What are the best DAST tools for API security?
Escape and 42Crunch are built API-first for REST and GraphQL, with Escape focusing on BOLA, IDOR, and business-logic flaws that generic web crawlers miss. StackHawk adds HawkAI API discovery in CI/CD, and Tenable Web App Scanning covers REST, GraphQL, and SOAP. Traditional scanners like ZAP can test APIs too, but need an OpenAPI or GraphQL schema. For the full breakdown, see my DAST tools for APIs guide.


Explore Other Categories

DAST covers one aspect of application security tools. Browse other categories below.

Suphi Cankurt

Written & maintained by

Suphi Cankurt

Eight years on the vendor side of application-security sales — thousands of evaluations and demos. I started AppSec Santa in 2022 to put that insider view to work for buyers. Independent of any vendor, paid by none, and honest about what fits whom.