-
Notifications
You must be signed in to change notification settings - Fork 62
OWASP Setup
Dipjyoti Metia edited this page Mar 17, 2019
·
1 revision
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
- Install docker and run docker service
- Run bodgeit docker container (or any app)
- Make sure it's running on http://localhost:8080/bodgeit/
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: