Added Assignment for Security Questions.

This commit is contained in:
Tobias-Melzer
2018-12-11 12:52:57 +01:00
committed by Nanne Baars
parent 8b61811278
commit bbb0b607b2
12 changed files with 209 additions and 73 deletions

View File

@ -13,7 +13,7 @@ password-reset-solved=Congratulations you solved the assignment, please type in
password-reset-not-solved=Sorry but you did not redirect the reset link to WebWolf
password-reset-hint1=Try to send a password reset link to your own account at {user}@webgoat.org, you can read this e-mail in WebWolf.
password-reset-hint2=Look at the link, can you think of how the server creates this link?
password-reset-hint2=Look at the link, can you think how the server creates this link?
password-reset-hint3=Tom clicks all the links he receives in his mailbox, you can use the landing page in WebWolf to get the reset link...
password-reset-hint4=The link points to localhost:8080/PasswordReset/.... can you change the host to localhost:9090?
password-reset-hint5=Intercept the request and change the host header.