DAST

« Back to Glossary Index

DAST (Dynamic Application Security Testing) is a testing method where a running application is tested externally for security vulnerabilities. The tester or tool simulates attacks without access to the source code. DAST is commonly used to find issues such as injection flaws, configuration errors, and authentication problems.

« Back to Dictionary Index