PT0-003 · Question #33
While performing an internal assessment, a tester uses the following command: crackmapexec smb 192.168.1.0/24 -u user.txt -p Summer123@ Which of the following is the main purpose of the command?
The correct answer is C. To perform password spraying on internal systems. The command crackmapexec smb 192.168.1.0/24 -u user.txt -p Summer123@ is used to perform password spraying on internal systems. CrackMapExec (CME) is a post-exploitation tool that helps automate the process of assessing large Active Directory networks. It supports multiple…
Question
While performing an internal assessment, a tester uses the following command:
crackmapexec smb 192.168.1.0/24 -u user.txt -p Summer123@ Which of the following is the main purpose of the command?
Options
- ATo perform a pass-the-hash attack over multiple endpoints within the internal network
- BTo perform common protocol scanning within the internal network
- CTo perform password spraying on internal systems
- DTo execute a command in multiple endpoints at the same time
How the community answered
(28 responses)- A4% (1)
- B4% (1)
- C93% (26)
Explanation
The command crackmapexec smb 192.168.1.0/24 -u user.txt -p Summer123@ is used to perform password spraying on internal systems. CrackMapExec (CME) is a post-exploitation tool that helps automate the process of assessing large Active Directory networks. It supports multiple protocols, including SMB, and can perform various actions like password spraying, command execution, and more.
Topics
Community Discussion
No community discussion yet for this question.