DEV Community

Huxley
Huxley

Posted on

picoCTF: where are the robots

Challenge

Name: where are the robots

Points: 100

Description:

Can you find the robots?

Link: https://jupiter.challenges.picoctf.org/problem/56830/

Hints
  1. What part of the website could tell you where the creator doesn't want you to look?

Solution

Go to /robots.txt

Look for the Disallow: /1bb4c.html

Go to that page

And done

Protect Your Apps From This

don't save secrets on the client 😉

Top comments (6)

Collapse
 
amrithanaidu profile image
amrithanaidu

When you get to the page and see the Disallow: /1bb4c.html, how do you get to that page?

Collapse
 
mr_h profile image
Huxley

/1bb4c.html is the url path

Collapse
 
amrithanaidu profile image
amrithanaidu

So would I add that on to the end of the url of the last website I got to?

Thread Thread
 
mr_h profile image
Huxley

Replace the /robots.txt with it

Collapse
 
jkr_jkr_c878f3f1c6d3b8879 profile image
Jkr Jkr

Hello, how did you find out about the /robots.txt link ?
Thanks!

Collapse
 
amrithanaidu profile image
amrithanaidu

You add it onto the end of the link of the website provided.