Skip to content

Commit

Permalink
Fix OWASP ZAP link
Browse files Browse the repository at this point in the history
  • Loading branch information
chadlwilson committed Aug 11, 2023
1 parent 6ff4fea commit 4b8904e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ For Java applications, [Sonatype](https://www.sonatype.com/) has some impressive

Again quoting [Gartner's](https://www.gartner.com/it-glossary/dynamic-application-security-testing-dast/) definition, these are tools which are "designed to detect conditions indicative of a security vulnerability in an application in its running state".

The tools that run against your code are a good start, but they aren't accessing the application like a user. Tools such as [Burp](https://portswigger.net/burp/), [OWASP ZAP](https://www.owasp.org/index.php/OWASP_Zed_Attack_Proxy_Project), [Arachni](https://www.arachni-scanner.com/), w3af and [Vega](https://subgraph.com/vega/index.en.html) access the application itself, looking for exploit vectors like SQL Injection and cross-site scripting.
The tools that run against your code are a good start, but they aren't accessing the application like a user. Tools such as [Burp](https://portswigger.net/burp/), [OWASP ZAP](https://www.zaproxy.org/), [Arachni](https://www.arachni-scanner.com/), w3af and [Vega](https://subgraph.com/vega/index.en.html) access the application itself, looking for exploit vectors like SQL Injection and cross-site scripting.

##Who creates the tests?

Expand Down

0 comments on commit 4b8904e

Please sign in to comment.