Software Engineering KB

Home

❯

08 Security

❯

02 Application Security

❯

01 Concept

❯

DAST

DAST

Feb 10, 20261 min read

  • application-security
  • dast
  • testing

DAST

← Back to Secure Development Practices

Dynamic Application Security Testing scans running applications for vulnerabilities by simulating attacks. Tools like OWASP ZAP and Burp Suite test the application from the outside, finding issues that static analysis misses (configuration issues, runtime behavior).

Key Properties

  • Runtime Vulnerability Scanning
  • Black-Box Testing
  • OWASP ZAP

application-security dast testing


Graph View

  • DAST
  • Key Properties

Backlinks

  • Secure Development Practices

Created with Quartz v4.5.2 © 2026

  • GitHub