Challenge
Name: where are the robots
Points: 100
Description:
Can you find the robots?
Link: https://jupiter.challenges.picoctf.org/problem/56830/
Hints
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)
When you get to the page and see the Disallow: /1bb4c.html, how do you get to that page?
/1bb4c.html is the url path
So would I add that on to the end of the url of the last website I got to?
Replace the /robots.txt with it
Hello, how did you find out about the /robots.txt link ?
Thanks!
You add it onto the end of the link of the website provided.