A penetration tester discovers a deprecated directory in which files are accessible to anyone. Which of the following would most likely assist the penetration tester in finding sensitive information without raising suspicion?
When a penetration tester finds a deprecated web directory that's publicly accessible, the goal is to gather as much information as possible without triggering alerts.
Enumerating cached pages (such as those stored by Google Cache, the Wayback Machine, or local proxy caches) allows the tester to:
View historical or deleted content that might contain sensitive data, credentials, or configuration info.
Gather evidence without directly interacting with the target system, thus minimizing detection risk.
Why not the others:
B . Looking for externally available services: Useful for attack surface mapping, but not for extracting data from the discovered directory.
C . Scanning for exposed ports: Active probing that increases detection risk; unrelated to exploring a directory.
D . Searching for vulnerabilities/exploits: Premature; reconnaissance and content discovery come first.
CompTIA PT0-003 Mapping:
Domain 2.0: Information Gathering and Vulnerability Scanning
OSINT and passive reconnaissance to identify exposed data and files.
Currently there are no comments in this discussion, be the first to comment!