Skip to content

Commit

Permalink
Image Cleanup for Http Proxies
Browse files Browse the repository at this point in the history
  • Loading branch information
misfir3 committed Oct 13, 2017
1 parent f9a43d0 commit 9e66ee1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
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.

image::images/zap-history.png[ZAP history tab,1269,337,style="lesson-image"]
image::images/zap-history.png[ZAP history tab,style="lesson-image"]
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

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!

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

Expand Down

0 comments on commit 9e66ee1

Please sign in to comment.