PT0-002 · Question #392
A penetration tester wants to find the password for any account in the domain without locking any of the accounts. Which of the following commands should the tester use?
The correct answer is C. cme smb 192.168.0.0/24 -u /userList.txt -p /passwordList.txt. The cme smb 192.168.0.0/24 -u /userList.txt -p /passwordList.txt command is used to perform SMB enumeration on the 192.168.0.0/24 subnet using a list of usernames and passwords. The -u option specifies the file containing the usernames, and the -p option specifies the file…
Question
A penetration tester wants to find the password for any account in the domain without locking any of the accounts. Which of the following commands should the tester use?
Options
- Aenum4linux -u userl -p /passwordList.txt 192.168.0.1
- Benum4linux -u userl -p Passwordl 192.168.0.1
- Ccme smb 192.168.0.0/24 -u /userList.txt -p /passwordList.txt
- Dcme smb 192.168.0.0/24 -u /userList.txt -p Summer123
How the community answered
(37 responses)- A14% (5)
- B8% (3)
- C76% (28)
- D3% (1)
Explanation
The cme smb 192.168.0.0/24 -u /userList.txt -p /passwordList.txt command is used to perform SMB enumeration on the 192.168.0.0/24 subnet using a list of usernames and passwords. The -u option specifies the file containing the usernames, and the -p option specifies the file containing the passwords. This command allows the tester to attempt to authenticate with multiple accounts without locking any of them out.
Topics
Community Discussion
No community discussion yet for this question.