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…
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)- A6% (1)
- C94% (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
Community Discussion
No community discussion yet for this question.