May 2020
Intermediate to advanced
544 pages
12h 57m
English
robots.txt (or the robots exclusion standard) is a method used by websites to communicate with crawlers or bots. Let's see how enumeration is done in the following steps:
User-agent: Googlebot Disallow: /example-subfolder/
User-agent: * Disallow: /
In this section, we will use the robots_txt auxiliary to fetch the contents of a website's robots.txt file:

Read now
Unlock full access