PT0-001 · Question #6
Which of the following tools is used to perform a credential brute force attack?
The correct answer is A. Hydra. Hydra is an online network login brute-forcing tool that targets live authentication services, distinguishing it from offline hash-cracking utilities.
Question
Which of the following tools is used to perform a credential brute force attack?
Options
- AHydra
- BJohn the Ripper
- CHashcat
- DPeach
How the community answered
(14 responses)- A93% (13)
- B7% (1)
Why each option
Hydra is an online network login brute-forcing tool that targets live authentication services, distinguishing it from offline hash-cracking utilities.
Hydra is specifically designed to perform credential brute force attacks against live network services such as SSH, FTP, HTTP, and RDP by systematically trying username and password combinations against a running authentication endpoint.
John the Ripper is an offline password cracking tool that operates against captured password hashes, not against live authentication services.
Hashcat is a GPU-accelerated offline hash cracking tool used to recover plaintext passwords from captured hashes rather than to attack live login services.
Peach is a fuzzing framework used to discover software vulnerabilities by sending malformed or unexpected input to applications, not to perform credential brute force attacks.
Concept tested: Online credential brute force tool identification
Source: https://attack.mitre.org/techniques/T1110/001/
Topics
Community Discussion
No community discussion yet for this question.