forked from WebGoat/WebGoat
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' of https://github.com/WebGoat/WebGoat into dev…
…elop
- Loading branch information
Showing
11 changed files
with
65 additions
and
104 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
29 changes: 0 additions & 29 deletions
29
...lessons/http-proxies/src/main/resources/plugin/HttpProxies/lessonPlans/de/HttpBasics.html
This file was deleted.
Oops, something went wrong.
20 changes: 20 additions & 0 deletions
20
...rc/main/resources/plugin/HttpProxies/lessonPlans/en/HttpBasics_ProxyIntro0.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
|
||
== HTTP Proxy Overview | ||
|
||
Many times proxies are used as a way of accessing otehrwise blocked content. A user might connect to server A, which relays content from server B | ||
... Because Server B is blocked wihtin the user's network. That's not the use case we will be dealing with here, but the concept is the same. | ||
HTTP Proxies receive requesets from a client and relay them. They also typically record them. They act as a man-in-the-middle (keep that in mind if you decide to | ||
use a proxy server to connect to some other system that is otherwise blocked). We won't get into HTTP vs HTTPS just yet, but that's an important topic in | ||
relationship to proxies. | ||
|
||
=== Proxy Capabilities | ||
|
||
Proxies sit between your client and the server the client is talking to. You can record and analyze the requests & responses. You can also use the proxy to | ||
modify (tamper) the requests and responses. Proxies also have automated or semi-automated functions that allow you to gain efficiency in testing and | ||
analyzing the security of a website. | ||
|
||
=== Other Uses for Proxies | ||
|
||
ZAP specifically can also be used in the development process in a CI/CD, DevOps or otherwise automated build/test environment. This lesson does | ||
not currently have any details on that, but it is worth mentioning. There are a number of examples on the internet of it being integrated into a | ||
CI/CD with Jenkins, maven or other build processes. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
33 changes: 0 additions & 33 deletions
33
...lessons/http-proxies/src/main/resources/plugin/HttpProxies/lessonPlans/ru/HttpBasics.html
This file was deleted.
Oops, something went wrong.
5 changes: 0 additions & 5 deletions
5
...c/main/resources/plugin/HttpProxies/lessonSolutions/en/HttpBasics_solution.adoc
This file was deleted.
Oops, something went wrong.
14 changes: 0 additions & 14 deletions
14
...s/http-proxies/src/main/resources/plugin/HttpProxies/lessonSolutions/html/HttpBasics.html
This file was deleted.
Oops, something went wrong.