PicoCTF - Login
Description: My dog-sitter’s brother made this website but I can’t get in; can you help?
The homepage consists of a login form:
While viewing the page’s source code, we can see a JavaScript script called
index.js
:Opening the JS file, there is a string that looks encoded. If we put that into Cyberchef and let it work its magic, we will get the flag:
This post is licensed under CC BY 4.0 by the author.