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

Let's check the Page source code.

The first part of the flag is picoCTF{tru3_d3
.
We can see that there are two more files namely mycss.css
and myjs.js
. We can click on the link to be redirected to that page.

So the
mycss.css
file has the second part. which ist3ct1ve_0r_ju5t
.Lets check the Javascript file next.

Now we have the third and final part of the flag which is _lucky?2e7b23e3}
.
After joining all the three parts we get the full flag.
Flag
picoCTF{tru3_d3t3ct1ve_0r_ju5t_lucky?2e7b23e3}
Last updated
Was this helpful?