Writeup for login @picoCTF
login
login
| 100 points
Tags: Category: Web Exploitation
AUTHOR: BROWNIEINMOTION
Description
My dog-sitter’s brother made this website but I can’t get in; can you help?login.mars.picoctf.net
In order to find the flag we should go to the inspector —> Network and scan for requests(Supply some dummy text) then 3 requets will appear (logn.mars.picoctf.net && index.js && config.json)
In the index.js file we can find a string which looks like base 64
1 | (async()=>{ |
1 | "cGljb0NURns1M3J2M3JfNTNydjNyXzUzcnYzcl81M3J2M3JfNTNydjNyfQ" |
After decoding the string we can find the flag.
1 | picoCTF{53rv3r_53rv3r_53rv3r_53rv3r_53rv3r} |