Files
WebGoat/src/main/resources/lessons/spoofcookie/i18n/WebGoatLabels.properties
Àngel Ollé Blázquez 75398feca0 Add hints
2023-06-15 19:26:33 +02:00

12 lines
652 B
INI

spoofcookie.title=Spoofing an Authentication Cookie
spoofcookie.wrong-login=Login failed.
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.