-
Notifications
You must be signed in to change notification settings - Fork 229
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds more references to the model solution and explains the decouplin…
…g of level 2 API
- Loading branch information
Showing
6 changed files
with
76 additions
and
56 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
Think about what could happen if an attacker would figure out the | ||
details of the user_account structure (see code.h). | ||
Consider what can happen if an attacker figures out the private, | ||
implementation-specific details of the user_account structure | ||
inside code.h. What can the attacker do with this information? | ||
|
||
Try again the exercise without looking further into hint-2.txt. | ||
Go back and try the exercise without looking hint-2.txt ;) |
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,2 +1,6 @@ | ||
Have a look inside hack.c and look at what the attacker is passing as an argument. | ||
Then think if that value is overwriting something in memory. | ||
Is that input able to overwrite something important somewhere? | ||
|
||
|
||
# Contribute new levels to the game in 3 simple steps! | ||
# Read our Contribution Guideline at github.com/skills/secure-code-game/blob/main/CONTRIBUTING.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