Roos world Writeup (ImaginaryCTF 2021).
Roos World
The source code of the webpage had a comment written in JSFuck
.
So i used an online tool to run the file, and got this.
console.log(atob("aWN0ZnsxbnNwM2N0MHJfcjAwX2cwZXNfdGgwbmt9"));
Decoding from base64 I get the flag.
echo "aWN0ZnsxbnNwM2N0MHJfcjAwX2cwZXNfdGgwbmt9" | base64 -d