Image Cleanup for Http Proxies

This commit is contained in:
Jason White 2017-10-13 10:13:07 -06:00
parent f9a43d0961
commit 9e66ee177d
2 changed files with 4 additions and 3 deletions

View File

@ -3,4 +3,4 @@
You should now be able to browse somewhere. We suggest starting with a plain http host. You should now be able to browse somewhere. We suggest starting with a plain http host.
If it's working, ZAP's history tab will start to look something like this. If it's working, ZAP's history tab will start to look something like this.
image::images/zap-history.png[ZAP history tab,1269,337,style="lesson-image"] image::images/zap-history.png[ZAP history tab,style="lesson-image"]

View File

@ -4,12 +4,13 @@ To intercept a request, you start by clicking the green button. This will set a
image::images/proxy-intercept-button.png[Set break/intercept button,style="lesson-image"] image::images/proxy-intercept-button.png[Set break/intercept button,style="lesson-image"]
NOTE: It is also possible set breakpoints that are triggered on conditions. That won't be covered in this lesson though. You are encouraged to explore.
*NOTE*: It is also possible set breakpoints that are triggered on conditions. That won't be covered in this lesson though. You are encouraged to explore.
That's part of what hackers do ... explore! That's part of what hackers do ... explore!
Once you are intercepting requests and a request is made, it should look something like this: Once you are intercepting requests and a request is made, it should look something like this:
image::images/proxy-intercept-details.png[ZAP history tab,1269,337,style="lesson-image"] image::images/proxy-intercept-details.png[ZAP history tab,style="lesson-image"]
=== Intercept and modify a request === Intercept and modify a request