312-50V13 · Question #281
312-50V13 Question #281: Real Exam Question with Answer & Explanation
The correct answer is B: Robots.txt. Robots.txt is the rich target for discovering website structure during web-server footprinting because it is a publicly accessible file that instructs search engine crawlers which directories and pages to avoid indexing - ironically revealing sensitive paths, hidden directories,
Question
Which file is a rich target to discover the structure of a website during web-server footprinting?
Options
- ADocument root
- BRobots.txt
- Cdomain.txt
- Dindex.html
Explanation
Robots.txt is the rich target for discovering website structure during web-server footprinting because it is a publicly accessible file that instructs search engine crawlers which directories and pages to avoid indexing - ironically revealing sensitive paths, hidden directories, and the overall site architecture to an attacker.
Why the distractors are wrong:
- A. Document root is a server configuration concept (the base directory where web files are stored), not a file that can be directly accessed or read to map site structure.
- C. domain.txt is not a standard web server file and does not exist as a recognized component of web infrastructure.
- D. index.html is simply the default homepage of a website and reveals very little about the broader directory structure or hidden areas.
Memory Tip: Think of robots.txt as a "Do Not Enter" sign that accidentally shows you exactly which doors exist - attackers love when websites try to hide paths using this file, as the Disallow: entries serve as a roadmap to sensitive areas. Remember: "Robots = Roadmap."
Topics
Community Discussion
No community discussion yet for this question.