Bookmarklet

A bookmarklet is a bookmark stored in a web browser that contains JavaScript commands that add new features to the browser.

They are stored as the URLarrow-up-right of a bookmark in a web browserarrow-up-right or as a hyperlinkarrow-up-right on a web pagearrow-up-right. Bookmarklets are usually small snippets of JavaScriptarrow-up-right executed when the user clicks on them. When clicked, bookmarklets can perform a wide variety of operations, such as running a search query from selected text or extracting data from a table.

The code given here is a variation of the Vignere Cipher.

Upon clicking this bookmarklet, the code is copied.

I then simply run the code in the console to get flag.

Last updated