100% Free Forever
AI-Powered Learning
Industry Expert Content
Certificates & Badges
Learn At Your Own Pace
Web Application Security
30 minintermediate

Dynamic Application Security Testing with OWASP ZAP

Dynamic Application Security Testing examines a running application from the outside, sending crafted requests and observing responses, exactly as an attacker would. Where SAST reads the code, DAST tests the deployed system, so it catches issues that only appear at runtime: server misconfiguration, authentication problems, and the actual behaviour of the assembled application rather than its source.

Analogy🏏Cricket
🍳 Think of it like cooking: A recipe can look flawless on paper, but a head chef only truly judges the dish by tasting the finished plate, because heat, timing, and the actual oven reveal problems the written method never shows. Just as tasting the cooked result catches what reading the recipe cannot, DAST probes the running application and catches the misconfigurations and runtime behaviour that reading the source cannot. This reveals DAST's stance: it judges the dish as it is actually served, not the recipe as it was merely written.

This lesson uses OWASP ZAP, a widely used open-source DAST tool, to ground the concepts. DAST's great strength is that it finds real, exploitable issues in the running system and produces few false positives about exploitability, because it actually triggers the behaviour. Its limitation is coverage: it can only test what it can reach and observe. Understanding this trade-off is key to combining DAST with static analysis effectively.

Analogy🏏Cricket
💰 Think of it like finance: A real audit that actually attempts a sample transaction proves beyond doubt whether a control can be bypassed, with little room for a false alarm, but it can only test the accounts and processes the auditors actually reach. Just as a hands-on audit yields high-confidence, low-false-positive results yet is bounded by what it examines, DAST yields high-confidence findings about real exploitability yet is bounded by the surface it can reach. This reveals its trade-off: what it confirms is solid, but it only confirms what it manages to touch.
Lesson 27 of 35
0% complete