Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

CompTIA PT0-003 Exam - Topic 4 Question 36 Discussion

[Attacks and Exploits]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?
C) nltest.exe
A) mmc.exe
B) icacls.exe
D) rundll.exe

CompTIA PT0-003 Exam - Topic 4 Question 36 Discussion

Actual exam question for CompTIA's PT0-003 exam
Question #: 36
Topic #: 4
[All PT0-003 Questions]

[Attacks and Exploits]

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?

Show Suggested Answer Hide Answer
Suggested Answer: C

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. Here's an explanation for each option:

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.

icacls.exe:

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.

nltest.exe:

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 /domain_trusts

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.

rundll.exe:

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.


Contribute your Thoughts:

0/2000 characters
Noel
3 hours ago
I’m not sure if that’s enough info though.
upvoted 0 times
...
Eun
5 days ago
Totally agree, those logs can reveal a lot!
upvoted 0 times
...
Tora
10 days ago
Check the event logs for suspicious activity.
upvoted 0 times
...
Kerrie
16 days ago
I feel like I should look at the application logs, but I can’t recall the exact command for that.
upvoted 0 times
...
Janine
2 months ago
I remember practicing with similar questions, and I think using `netstat` might show active connections that could be relevant.
upvoted 0 times
...
Britt
2 months ago
I’m not entirely sure, but maybe using `whoami /priv` could reveal some useful privileges on the system?
upvoted 0 times
...
Leonie
2 months ago
I think checking the running processes with a command like `tasklist` could help identify what’s allowed to run.
upvoted 0 times
...

Save Cancel