Add hints

This commit is contained in:
Àngel Ollé Blázquez
2023-06-15 18:41:45 +02:00
parent 76a2365abf
commit 75398feca0
3 changed files with 19 additions and 4 deletions

View File

@ -5,3 +5,7 @@ spoofcookie.login=Logged in using credentials. Cookie created, see below.
spoofcookie.cookie-login=Logged in using cookie.
spoofcookie.wrong-cookie=Wrong cookie sent.
spoofcookie.cheating=Don't cheat!
spoofcookie.hint1=Investigate thoroughly how the cookie in this lesson is structured and try to draw conclusions about its encoding and content.
spoofcookie.hint2=We need to deduce how the cookie value is formed. Can we deduce it? Is it possible to create a non-legitimate cookie?
spoofcookie.hint3=Build a non-legitimate cookie and load it into the browser.