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.
fixed minor spelling mistakes, unified wording
- Loading branch information
Showing
51 changed files
with
177 additions
and
177 deletions.
There are no files selected for viewing
6 changes: 3 additions & 3 deletions
6
...rome-dev-tools/src/main/resources/lessonPlans/en/ChromeDevTools_Assignment.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,8 +1,8 @@ | ||
== Try It! Using the Console | ||
== Try It! Using the console | ||
|
||
Let's try it. Use the console in the dev tools and call the javascript function *webgoat.customjs.phoneHome()*. + | ||
Let us try it. Use the console in the dev tools and call the javascript function *webgoat.customjs.phoneHome()*. + | ||
You should get a response in the console. Your result should look something like: | ||
`phone home said | ||
{"lessonCompleted:true, ... ,"output":"phone home response is..."` | ||
Paste the random number, after that, in the text field below. | ||
(Make sure you got the most recent number, since it's randomly generated each time you call the function) | ||
(Make sure you got the most recent number, since it is randomly generated each time you call the function) |
6 changes: 3 additions & 3 deletions
6
...-tools/src/main/resources/lessonPlans/en/ChromeDevTools_Assignment_Network.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 @@ | ||
== Try It! Working with the Network Tab | ||
== Try It! Working with the Network tab | ||
|
||
In this Assignment you need to find a specific HTTP request and read a randomized number from it. | ||
To start click the first button, this wil generate an HTTP Request. Try to find the specific HTTP request. | ||
In this assignment you need to find a specific HTTP request and read a randomized number from it. | ||
To start click the first button, this wil generate an HTTP request. Try to find the specific HTTP request. | ||
The request should contain a field: `magic_num:` | ||
Copy the number which is displayed afterwards, into the input field below and click on the check button. |
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
10 changes: 5 additions & 5 deletions
10
...chrome-dev-tools/src/main/resources/lessonPlans/en/ChromeDevTools_elements.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
2 changes: 1 addition & 1 deletion
2
webgoat-lessons/cia/src/main/resources/i18n/WebGoatLabels.properties
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 +1 @@ | ||
cia.title=CIA Triad | ||
cia.title=CIA triad |
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
2 changes: 1 addition & 1 deletion
2
...filtering/src/main/resources/lessonPlans/en/ClientSideFiltering_assignment.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,5 +1,5 @@ | ||
== Salary manager | ||
|
||
You are logged in as Moe Stooge, CSO of Goat Hills Financial. You have access to everyone in the company's information, | ||
except the CEO, Neville Bartholomew. Or at least you shouldn't have access to the CEO's information. For this assignment, | ||
except the CEO, Neville Bartholomew. Or at least you should not have access to the CEO's information. For this assignment, | ||
examine the contents of the page to see what extra information you can find. |
2 changes: 1 addition & 1 deletion
2
...-side-filtering/src/main/resources/lessonPlans/en/ClientSideFiltering_plan.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
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
4 changes: 2 additions & 2 deletions
4
...-scripting/src/main/resources/lessonPlans/en/CrossSiteScriptingStored_plan.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,8 +1,8 @@ | ||
== Concept | ||
|
||
After taking a look at Reflected XSS in the previous lesson. We're now gonna take a closer look at another form of Cross Site Scripting Attack: Stored CSS. | ||
After taking a look at Reflected XSS in the previous lesson. We are now gonna take a closer look at another form of Cross-Site Scripting Attack: Stored XSS. | ||
|
||
== Goals | ||
* The user will learn what Stored XSS is | ||
* The user will demonstrate knowledge on: | ||
** Stored XSS Injection | ||
** Stored XSS injection |
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
2 changes: 1 addition & 1 deletion
2
...te-scripting/src/main/resources/lessonPlans/en/CrossSiteScripting_content2.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,4 +1,4 @@ | ||
== Most Common Locations | ||
== Most common locations | ||
|
||
* Search fields that echo a search string back to the user | ||
|
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
2 changes: 1 addition & 1 deletion
2
...te-scripting/src/main/resources/lessonPlans/en/CrossSiteScripting_content5.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
Oops, something went wrong.