who am i?
Challenge Information
Category: Web Security
Level: easy
Points: 50
description
Do not Start a fight you can not stop it
Solution

after access the lab we open it browser

now we try to review source code (ctrl+u)

focus on line 25,26 you see login credentials,login with them

now we try to edit cookie

i will decode this value with Base64 (you can use this site ⇒ https://www.base64decode.org/)

now change the value to login=admin and encode it

now change the value of cookie to this value and reload site (don't forget save it 😄)

done 🎉

Last updated