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.
- Loading branch information
Showing
3 changed files
with
7 additions
and
8 deletions.
There are no files selected for viewing
4 changes: 2 additions & 2 deletions
4
...ons/src/main/resources/lessonPlans/en/BypassRestrictions_FieldRestrictions.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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
== Field Restrictions | ||
In most browsers, client has complete or almost complete control over HTML part | ||
In most browsers, the client has complete or almost complete control over the HTML part | ||
of the webpage. They can alter values or restrictions to fit their preference. | ||
|
||
=== Task | ||
Send a request that bypasses restrictions of all four of these fields | ||
Send a request that bypasses restrictions of all four of these fields. |
4 changes: 2 additions & 2 deletions
4
...ns/src/main/resources/lessonPlans/en/BypassRestrictions_FrontendValidation.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
7 changes: 3 additions & 4 deletions
7
...ss-restrictions/src/main/resources/lessonPlans/en/BypassRestrictions_Intro.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 |
---|---|---|
@@ -1,11 +1,10 @@ | ||
== Concept | ||
|
||
Users have a great degree of control over the front-end of the web application. | ||
They can alter HTML code, sometimes also scripts. This is why | ||
apps that require certain format of input should also validate on server-side. | ||
Users have a great degree of control over the web application's front-end. | ||
They can alter HTML code, sometimes also scripts. Applications that require a certain input format should also validate on the server-side. | ||
|
||
== Goals | ||
|
||
* The user should have a basic knowledge of HTML | ||
* The user should be able to tamper a request before sending (with proxy or other tool) | ||
* The user should be able to tamper with a request before sending (with proxy or other tools) | ||
* The user will be able to tamper with field restrictions and bypass client-side validation |