old-19 -- Auth (Hashes Chars)

URL: https://webhacking.kr/challenge/js-6/arrow-up-right

old-19-3.png

If we submit admin:old-19-1.png

URL becomes: https://webhacking.kr/challenge/js-6/?id=admin

After some testing I tried a single char: https://webhacking.kr/challenge/js-6/?id=t We get cookie userid: ZTM1OGVmYTQ4OWY1ODA2MmYxMGRkNzMxNmI2NTY0OWU Seems Base64, decoding gives: e358efa489f58062f10dd7316b65649e Looks like hash, try https://crackstation.net gives t

The app seems to encode each character with md5 hash, concatenate and base64 encode for cookie.

To bypass we should do the same, but for admin.

Set cookie and refresh:old-19-2.png

Last updated