312-50V12 · Question #94
Which file is a rich target to discover the structure of a website during web-server footprinting?
The correct answer is B. Robots.txt. Robots.txt is a file that webmasters use to communicate with web crawlers and other automated agents visiting their site. This file is often used to exclude certain directories or pages from being crawled, but it can also contain valuable information about the site's directory st
Question
Options
- Adomain.txt
- BRobots.txt
- CDocument root
- Dindex.html
How the community answered
(48 responses)- A4% (2)
- B92% (44)
- C2% (1)
- D2% (1)
Explanation
Robots.txt is a file that webmasters use to communicate with web crawlers and other automated agents visiting their site. This file is often used to exclude certain directories or pages from being crawled, but it can also contain valuable information about the site's directory structure and organization. By examining the robots.txt file, an attacker can gain insight into the site's organization and potentially identify hidden or sensitive directories. Domain.txt is not a standard file used in web server configuration or operation. Document root is the root directory of the web server, and index.html is the default home page file. While these files can provide information about the web server and its configuration, they do not necessarily reveal the structure of the
Topics
Community Discussion
No community discussion yet for this question.