ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 355 - PT0-002 discussion

Report
Export

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?

A.
enum4linux -u userl -p /passwordList.txt 192.168.0.1
Answers
A.
enum4linux -u userl -p /passwordList.txt 192.168.0.1
B.
enum4linux -u userl -p Passwordl 192.168.0.1
Answers
B.
enum4linux -u userl -p Passwordl 192.168.0.1
C.
cme smb 192.168.0.0/24 -u /userList.txt -p /passwordList.txt
Answers
C.
cme smb 192.168.0.0/24 -u /userList.txt -p /passwordList.txt
D.
cme smb 192.168.0.0/24 -u /userList.txt -p Summer123
Answers
D.
cme smb 192.168.0.0/24 -u /userList.txt -p Summer123
Suggested answer: C

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 passwords1. This command allows the tester to attempt to authenticate with multiple accounts without locking any of them out.

Reference: SMB Command

asked 02/10/2024
Kshitij Vyas
39 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first