Update ZAP instructions

We reference ZAP 2.8.0 explicitly which is not necessary. Also the way ZAP works changed, we no longer need to change the port as ZAP will report there is a conflict during startup.

Resolves: #1141
This commit is contained in:
Nanne Baars 2021-11-08 09:55:09 +01:00 committed by Nanne Baars
parent 5bf33db78f
commit fafddda82a
5 changed files with 2 additions and 31 deletions

View File

@ -10,10 +10,6 @@
<div class="adoc-content" th:replace="doc:1proxysetupsteps.adoc"></div>
</div>
<div class="lesson-page-wrapper">
<div class="adoc-content" th:replace="doc:2zapsetup.adoc"></div>
</div>
<div class="lesson-page-wrapper">
<div class="adoc-content" th:replace="doc:3browsersetup.adoc"></div>
</div>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 45 KiB

View File

@ -3,11 +3,8 @@
Since this is an OWASP project, we'll be using OWASP ZAP. If you are comfortable using another proxy (e.g. Burp), you can skip this. Otherwise, this will show you how to set up ZAP to act as a proxy on your localhost.
=== link:start.mvc#lesson/HttpProxies.lesson/2[Setting up ZAP 2.8.0]
* First download and install ZAP 2.8.0 for your operating system
* First download and install https://www.zaproxy.org/download/[ZAP] for your operating system
* Start ZAP
* Configure the proxy to use a free port, e.g. 8090
* Start the browser directly from ZAP

View File

@ -1,22 +0,0 @@
== Setting up ZAP 2.8.0
. First download and install ZAP 2.8.0 for your operating system
. Start ZAP
. Configure the proxy to use a free port, e.g. 8090
=== Start ZAP
image::images/zap-start.png[ZAP start,style="lesson-image"]
=== Configure Proxy's Port
* Select Tools > Options from the menu
* Select Local Proxy on the left
* Choose an available port ... Since WebGoat is (or will be) using port 8080, use something different like 8090
* Click OK
image::images/zap-local-proxy-8090.png[ZAP local proxy,style="lesson-image"]
In the options menu, you can also change the language. By default it is set with the language setting of your operating system. The examples are shown in English.

View File

@ -1,4 +1,4 @@
== Setting up browser
=== Setting up browser
If you use the latest ZAP version (>= 2.8.0) you only need to start ZAP and click the browser button to be able to
proxy, see image below: