Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 1.65 KB

README.md

File metadata and controls

36 lines (25 loc) · 1.65 KB

Secrets

Write-up author : jon-brandy

DESCRIPTION:

We have several pages hidden. Can you find the one with the flag? The website is running here

HINTS:

  1. folders folders folders

STEPS:

  1. Try to inspect the element and check all the source code first.

Screenshot (391)

  1. From the index.html file, we can guess that there is a folder called secret. So try to change the url to http://saturn.picoctf.net:49917/secret/.
  2. Then, try to inspect the element again. We can see that there is a folder called hidden.

Screenshot (395)

  1. Now try to go to the hidden folder by change the URL to this http://saturn.picoctf.net:49917/secret/hidden/.
  2. Next, try to inspect the element again! And we can see that there is a folder called superhidden.

Screenshot (396)

  1. Now try to go to the superhidden folder by change the URL to this http://saturn.picoctf.net:49917/secret/hidden/superhidden/

Screenshot (397)

  1. Finally, open the css file, and change the flag color to black.

Screenshot (398)


FLAG:

picoCTF{succ3ss_@h3n1c@10n_790d2615}