Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 307 Bytes

File metadata and controls

15 lines (11 loc) · 307 Bytes

Module 9: Dynamic Analysis (DAST)

What

Testing running applications from the outside (black-box).

Use Cases

  • Detect runtime issues (e.g., XSS, injection).
  • Works with APIs and web apps.

Limitations

  • Limited coverage.
  • Harder to automate fully.

Tools

  • OWASP ZAP, Burp Suite.