Http://skidrowcpygames.com/pass02 ((top)) ❲RECOMMENDED · SOLUTION❳
$ grep -oP '(?<=<!--\s*)([A-Za-z0-9+/=]+)(?=\s*-->)' page.html ZmxhZzogY3RmeyJmZXRjaF9tZV9vbmVfZmxhZyI6IHRydWV9
Even though nothing is rendered, sometimes challenges hide information in: http://skidrowcpygames.com/pass02
Search the file:
That definitely looks like a Base64 string. The presence of the word “flag” inside the comment (even though it’s also base64‑encoded) is a strong hint. $ grep -oP '(
The file is only a few hundred bytes – exactly what we saw in the browser. $ grep -oP '(?<