What is DAST?

DAST (Dynamic Application Security Testing) is a testing method that analyses a running application from the outside, simulating an external attacker. DAST tools send crafted requests to the application and analyse the responses to detect vulnerabilities such as injection flaws, authentication issues, and misconfigurations. DAST does not require access to source code and is effective for finding runtime vulnerabilities that static analysis cannot detect.