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

site

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

credentials

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/)

decode with Base64

now change the value to login=admin and encode it

encode with Base64

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

flag

done 🎉

Last updated