PicoCTF 2022 - Roboto Sans

Problem

The flag is somewhere on this web application not necessarily on the website. Find it.

Author: Mubarak Mikail

Ans: picoCTF{Who_D03sN7_L1k5_90B0T5_718c9043}

Solution:

Enter the website.

image

According to the problem, we tried going to /robots.txt to find something here.

image

Cool, we used Base64 decoding.

image
image

image

flag1.txt

image

/js/myfi

image

/js/myfile.txt

image