From 9e66ee177d1b934ac0acb77ed900bcb9d80a5cc1 Mon Sep 17 00:00:00 2001 From: Jason White Date: Fri, 13 Oct 2017 10:13:07 -0600 Subject: [PATCH] Image Cleanup for Http Proxies --- .../resources/lessonPlans/en/HttpBasics_ProxyIntro3.adoc | 2 +- .../resources/lessonPlans/en/HttpBasics_ProxyIntro4.adoc | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/webgoat-lessons/http-proxies/src/main/resources/lessonPlans/en/HttpBasics_ProxyIntro3.adoc b/webgoat-lessons/http-proxies/src/main/resources/lessonPlans/en/HttpBasics_ProxyIntro3.adoc index fbebe9bf2..8fcff1363 100644 --- a/webgoat-lessons/http-proxies/src/main/resources/lessonPlans/en/HttpBasics_ProxyIntro3.adoc +++ b/webgoat-lessons/http-proxies/src/main/resources/lessonPlans/en/HttpBasics_ProxyIntro3.adoc @@ -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"] \ No newline at end of file +image::images/zap-history.png[ZAP history tab,style="lesson-image"] \ No newline at end of file diff --git a/webgoat-lessons/http-proxies/src/main/resources/lessonPlans/en/HttpBasics_ProxyIntro4.adoc b/webgoat-lessons/http-proxies/src/main/resources/lessonPlans/en/HttpBasics_ProxyIntro4.adoc index 98a8436e9..db925accf 100644 --- a/webgoat-lessons/http-proxies/src/main/resources/lessonPlans/en/HttpBasics_ProxyIntro4.adoc +++ b/webgoat-lessons/http-proxies/src/main/resources/lessonPlans/en/HttpBasics_ProxyIntro4.adoc @@ -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