Dynamic application security testing: Difference between revisions

Content deleted Content added
NEUrOO (talk | contribs)
NEUrOO (talk | contribs)
No edit summary
Line 3:
Web Application Security Scanners (or Web Application Vulnerability Scanners) are tools designed to automatically scan web applications for vulnerabilities.
These tools work as black-box analyzer; meaning that, unlike Source Code Scanners, they don't access the source code and then, need to detect the vulnerabilities by performing attacks.
 
== Strengths and weaknesses ==
The web application security scanner is not a perfect tool, it has strength and weaknesses.
* Weaknesses
** Because the tool is implementing a dynamic testing method, cannot cover 100%
 
 
== Some Instances ==