Insp3ct0r

Xavier Jimenez | May 28, 2025 min read

Description

picoCTF

Kishor Balan tipped us off that the following code may need inspection: (link) or http://jupiter.challenges.picoctf.org:44924

Steps Taken

The first thing you see after clicking the link is a basic webpage with the following:Insp3ct0r

On the How page it says

How

I used these to make this site:
HTML
CSS
JS (JavaScript)

Inspecting

Because of this I inspected the website and in one of the comments of the HTML was the following:

Html is neat. Anyways have 1/3 of the flag: picoCTF{tru3_d3

Thats the first part of the file and based on the How page we can assume that the rest of the flag will be in the CSS and JavaScript files. When inspecting the CSS we get:

/* You need CSS to make pretty pages. Here’s part 2/3 of the flag: t3ct1ve_0r_ju5t */

and when checking the JavaScript file we find:

/* Javascript sure is neat. Anyways part 3/3 of the flag: _lucky?f10be399} */

Our Flag

After adding all of our clues we get: picoCTF{tru3_d3t3ct1ve_0r_ju5t_lucky?f10be399}.

We can now submit our flag!