GSLC · Question #122
Brutus is a password cracking tool that can be used to crack the following authentications: - HTTP (Basic Authentication) - HTTP (HTML Form/CGI) - POP3 (Post Office Protocol v3) - FTP (File Transfer…
The correct answer is A. Dictionary attack B. Hybrid attack D. Brute force attack. Brutus is a remote password auditing tool that supports dictionary, hybrid, and brute force attacks against various network protocols. It does not perform network-level attacks like man-in-the-middle or replay.
Question
Brutus is a password cracking tool that can be used to crack the following authentications:
- HTTP (Basic Authentication)
- HTTP (HTML Form/CGI)
- POP3 (Post Office Protocol v3)
- FTP (File Transfer Protocol)
- SMB (Server Message Block)
- Telnet
Which of the following attacks can be performed by Brutus for password cracking? Each correct answer represents a complete solution. Choose all that apply.
Options
- ADictionary attack
- BHybrid attack
- CMan-in-the-middle attack
- DBrute force attack
- EReplay attack
How the community answered
(39 responses)- A87% (34)
- C8% (3)
- E5% (2)
Why each option
Brutus is a remote password auditing tool that supports dictionary, hybrid, and brute force attacks against various network protocols. It does not perform network-level attacks like man-in-the-middle or replay.
A dictionary attack uses a predefined list of common words and passwords to attempt authentication, which Brutus supports across all its target protocols.
A hybrid attack combines dictionary words with appended or substituted characters to crack passwords, and Brutus supports this method to increase cracking success rates beyond pure dictionary attempts.
A man-in-the-middle attack intercepts network communications between two parties - this is a network interception technique, not a password guessing method, and is not a function of Brutus.
A brute force attack systematically tries every possible character combination until the correct password is found, which is a core function of Brutus for all supported protocols including HTTP, FTP, and SMB.
A replay attack involves capturing and retransmitting valid authentication tokens - this is a network-level protocol attack that Brutus does not perform, as it focuses exclusively on direct credential guessing.
Concept tested: Brutus password cracking tool attack types
Topics
Community Discussion
No community discussion yet for this question.