Extend Your Stay - 1

  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.

  2. 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.

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

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

Last updated

Was this helpful?