forked from open-education-hub/essentials-security
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
demystifying-web/rediscovering-the-browser: Rework session content
Transitioned the 'rediscovering-the-browser' directory to meet the requirements of the OpenEdu Methodology. Signed-off-by: Ismana Robert <[email protected]>
- Loading branch information
Showing
29 changed files
with
564 additions
and
615 deletions.
There are no files selected for viewing
12 changes: 0 additions & 12 deletions
12
chapters/demystifying-web/rediscovering-the-browser/drills/readme/sol/README.md
This file was deleted.
Oops, something went wrong.
5 changes: 5 additions & 0 deletions
5
...ers/demystifying-web/rediscovering-the-browser/drills/tasks/cockroach/README.md
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,5 @@ | ||
# Cockroach | ||
|
||
What methods does the server support? | ||
|
||
If you're having difficulties solving this exercise, go through [this](../../../reading/http.md) reading material. |
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
5 changes: 5 additions & 0 deletions
5
chapters/demystifying-web/rediscovering-the-browser/drills/tasks/eyes/README.md
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,5 @@ | ||
# Eyes | ||
|
||
Investigate the HTML code of the website and get the flag. | ||
|
||
If you're having difficulties solving this exercise, go through [this](../../../reading/browsers.md) reading material. |
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
6 changes: 6 additions & 0 deletions
6
chapters/demystifying-web/rediscovering-the-browser/drills/tasks/gimme/README.md
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,6 @@ | ||
# Gimme | ||
|
||
Try to add a new resource to the server. | ||
What can that 35 mean? | ||
|
||
If you're having difficulties solving this exercise, go through [this](../../../reading/browsers.md#curl) reading material. |
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
6 changes: 6 additions & 0 deletions
6
...s/demystifying-web/rediscovering-the-browser/drills/tasks/give-to-get/README.md
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,6 @@ | ||
# Give To Get | ||
|
||
Find the correct query parameter with which to get the flag. | ||
The message displayed by the server contains all the hints you need. | ||
|
||
If you're having difficulties solving this exercise, go through [this](../../../reading/http.md) reading material. |
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
6 changes: 6 additions & 0 deletions
6
.../demystifying-web/rediscovering-the-browser/drills/tasks/give-to-post/README.md
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,6 @@ | ||
# Give To Post | ||
|
||
Read the message displayed by the server carefully. | ||
It tells you all you need to get the flag. | ||
|
||
If you're having difficulties solving this exercise, go through [this](../../../reading/http.md) reading material. |
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
5 changes: 5 additions & 0 deletions
5
...ers/demystifying-web/rediscovering-the-browser/drills/tasks/king-kong/README.md
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,5 @@ | ||
# King Kong | ||
|
||
You need to tell the server that you are someone special. | ||
|
||
If you're having difficulties solving this exercise, go through [this](../../../reading/browsers.md#curl) reading material. |
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
5 changes: 5 additions & 0 deletions
5
chapters/demystifying-web/rediscovering-the-browser/drills/tasks/name/README.md
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,5 @@ | ||
# Name | ||
|
||
Do what the server tells you. | ||
|
||
If you're having difficulties solving this exercise, go through [this](../../../reading/http.md#requests) reading material. |
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
5 changes: 5 additions & 0 deletions
5
...ters/demystifying-web/rediscovering-the-browser/drills/tasks/surprise/README.md
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,5 @@ | ||
# Surprise | ||
|
||
The server expects a specific type of **content**. | ||
|
||
If you're having difficulties solving this exercise, go through [this](../../../reading/browsers.md#curl) reading material. |
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
File renamed without changes.
6 changes: 6 additions & 0 deletions
6
chapters/demystifying-web/rediscovering-the-browser/guides/readme/README.md
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,6 @@ | ||
# Readme | ||
|
||
The website tells you to click a hyperlink. | ||
Do it and then look at the address bar. | ||
Notice the query parameter `flag=<flag value>`. | ||
Flags can be hidden anywhere. |
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.