nerdexam
CompTIA

PT0-003 · Question #81

A penetration tester assesses an application allow list and has limited command-line access on the Windows system. Which of the following would give the penetration tester information that could aid…

The correct answer is C. nltest.exe. When a penetration tester has limited command-line access on a Windows system, the choice of tool is critical for gathering information to aid in furthering the test. mmc.exe (Microsoft Management Console): Primarily used for managing Windows and its services. It's not…

Submitted by suresh_in· Mar 6, 2026Reconnaissance and Enumeration

Question

A penetration tester assesses an application allow list and has limited command-line access on the Windows system. Which of the following would give the penetration tester information that could aid in continuing the test?

Options

  • Ammc.exe
  • Bicacls.exe
  • Cnltest.exe
  • Drundll.exe

How the community answered

(29 responses)
  • A
    7% (2)
  • B
    7% (2)
  • C
    83% (24)
  • D
    3% (1)

Explanation

When a penetration tester has limited command-line access on a Windows system, the choice of tool is critical for gathering information to aid in furthering the test. mmc.exe (Microsoft Management Console): Primarily used for managing Windows and its services. It's not typically useful for gathering information about the system from the command line in a limited access scenario. This tool is used for modifying file and folder permissions. While useful for modifying security settings, it does not directly aid in gathering system information or enumeration. This is a powerful command-line utility for network testing and gathering information about domain controllers, trusts, and replication status. Key functionalities include: Listing domain controllers: nltest /dclist:<DomainName> Querying domain trusts: nltest Checking secure channel: nltest /sc_query:<DomainName> These capabilities make nltest very useful for understanding the network environment, especially in a domain context, which is essential for penetration testing. This utility is used to run DLLs as programs. While it can be used for executing code, it does not provide direct information about the system or network environment. Conclusion: nltest.exe is the best choice among the given options as it provides valuable information about the network, domain controllers, and trust relationships. This information is crucial for a penetration tester to plan further actions and understand the domain environment.

Topics

#Windows command-line#nltest.exe#domain enumeration

Community Discussion

No community discussion yet for this question.

Full PT0-003 Practice