nerdexam
CompTIA

PT0-003 · Question #204

A penetration tester gains access to a Windows machine and wants to further enumerate users with native operating system credentials. Which of the following should the tester use?

The correct answer is C. net. Windows provides built-in utilities for user enumeration and privilege escalation. The net command is used to list users, groups, and shares on a Windows system: net localgroup administrators net group "Domain Admins" /domain Useful for gathering privilege escalation targets…

Submitted by kwame.gh· Mar 6, 2026Post-exploitation and Lateral Movement

Question

A penetration tester gains access to a Windows machine and wants to further enumerate users with native operating system credentials. Which of the following should the tester use?

Options

  • Aroute
  • Bnbtstat
  • Cnet
  • Dwhoami

How the community answered

(17 responses)
  • A
    6% (1)
  • C
    94% (16)

Explanation

Windows provides built-in utilities for user enumeration and privilege escalation. The net command is used to list users, groups, and shares on a Windows system: net localgroup administrators net group "Domain Admins" /domain Useful for gathering privilege escalation targets and understanding user permissions.

Topics

#Windows command-line#User enumeration#net command#Post-exploitation

Community Discussion

No community discussion yet for this question.

Full PT0-003 Practice