PT0-002 · Question #389
A penetration tester fuzzes an internal server looking for hidden services and applications and obtains the following output: Which of the following is the most likely explanation for the output?
The correct answer is C. The admin, test, and db directories redirect to the log-in page. The output of the fuzzing tool shows that the admin, test, and db directories have the same size, words, and lines as the login page, which indicates that they are redirecting to the login page. This means that the tester cannot access these directories without valid…
Question
A penetration tester fuzzes an internal server looking for hidden services and applications and obtains the following output:
Which of the following is the most likely explanation for the output?
Exhibit
Options
- AThe tester does not have credentials to access the server-status page.
- BThe admin directory cannot be fuzzed because it is forbidden.
- CThe admin, test, and db directories redirect to the log-in page.
- DThe robots.txt file has six entries in it.
How the community answered
(38 responses)- A16% (6)
- B8% (3)
- C74% (28)
- D3% (1)
Explanation
The output of the fuzzing tool shows that the admin, test, and db directories have the same size, words, and lines as the login page, which indicates that they are redirecting to the login page. This means that the tester cannot access these directories without valid credentials. The server- status page returns a 403 Forbidden status code, which means that the tester does not have permission to access it. The robots.txt file returns a 404 Not Found status code, which means that the file does not exist on the server.
Topics
Community Discussion
No community discussion yet for this question.
