WHERE ARE THE ROBOTS Pico CTF -2019 Web Exploitation Writeup.
Problems:-
Can you find the robots?
Solutions:-
Step1:- First go to the website, that link is in the description.
Step 2 :- After seeing the website, view the source code of the
page. For see the source code of this page, first click on the right
button of the mouse then you will find the "View Page Source"
option and click this option.
Step 3 :- In the source code, first see if there are any flags or flag
hints in the source code? Then see if there is any java script file or
any important file in the source code? Unfortunately I don't see
anything interesting in this source code... That's why I try to another
way.
Step 4 :- But I noticed one import thing that is on the website
says [WHERE ARE THE ROBOTS]. WoW, That is a big hint to
find this flag. Because the name of the challenge in the challenge
is Where are The Robots" and also the problem description is
"Can you find the robots?". So I started looking for [/robots.txt] in
the url.
Step 5 :- Type [/robots.txt] in the url . In the robots.txt file, I
found another hint to get the flag. I notice an html file here.
Step 6 :- Then write the html file in the url and I go to the
[/1bb4c.html] path of the url.
...WOW...
Finely, we see the flag on my computer screen.
0 Comments