Skip to content

OWASP Setup

Dipjyoti Metia edited this page Mar 17, 2019 · 1 revision

Security ZAP Testing

OWASP ZAP Download it from Github

  • Run it
  • Configure proxy: Tools -> Options -> Local Proxies. Set port to 8888
  • Get API key from your ZAP instance: Tools -> Options -> API

Vulnerable application - system under test

Selenium traffic will go through ZAP proxy in order to capture all traffic. It's not exactly necessary for the bodgeit shop, but in real-world applications spider would struggle to find URLs requiring logged in access.

Report:

Clone this wiki locally