Extend Your Stay - 1
We are tasked with finding the flag when downloading the extension. I played around with the extension and didnt get anything printing to my browsers console. So I did more research.
Doing research on the .cfx files we find out that they are like .zip files. I then unzipped the files and got access to more of the underlying files.

Looking into the background.js file we notice something interesting.

I see a variable value of a base64 encoded string. Decoding it we get our flag.

Last updated
Was this helpful?