ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 354 - PT0-002 discussion

Report
Export

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?

A.
The tester does not have credentials to access the server-status page.
Answers
A.
The tester does not have credentials to access the server-status page.
B.
The admin directory cannot be fuzzed because it is forbidden.
Answers
B.
The admin directory cannot be fuzzed because it is forbidden.
C.
The admin, test, and db directories redirect to the log-in page.
Answers
C.
The admin, test, and db directories redirect to the log-in page.
D.
The robots.txt file has six entries in it.
Answers
D.
The robots.txt file has six entries in it.
Suggested answer: C

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.

Reference:

* The Official CompTIA PenTest+ Study Guide (Exam PT0-002), Chapter 2: Conducting Passive Reconnaissance, page 77-78.

* 101 Labs --- CompTIA PenTest+: Hands-on Labs for the PT0-002 Exam, Lab 2.3: Fuzzing Web Applications, page 69-70.

asked 02/10/2024
lawrence Ajibolade
49 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first