Bookmarklet

Challenge Description

Why search for the flag when I can make a bookmarklet to print it for me?

Browse here, and find the flag!


Solution

On the given website, you can see a text box with some javascript code snippet.

I copied the above code and put it in a online javascript compiler and changed the alert call to console.log to print the output and ran the program to get the flag. Basically the program decrypts the encrypted flag.

Flag: picoCTF{p@g3_turn3r_0c0d211f}

Last updated

Was this helpful?