where are the robots

Can you find the robots? https://jupiter.challenges.picoctf.org/problem/56830/ (link) or http://jupiter.challenges.picoctf.org:56830

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

A robots.txt file tells search engine crawlers which URLs the crawler can access on your site. This is used mainly to avoid overloading your site with requests.

Let's check the /robots.txt file.

In this case, it specifies that all web crawlers and user agents will avoid crawling or indexing the specific page /1bb4c.html on the website.

Maybe there is something important on the /1bb4c.html page.

Flag

picoCTF{ca1cu1at1ng_Mach1n3s_1bb4c}

Last updated

Was this helpful?