nerdexam
CompTIA

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.

Attacks and exploits

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)
  • A
    93% (13)
  • B
    7% (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.

AHydraCorrect

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.

BJohn the Ripper

John the Ripper is an offline password cracking tool that operates against captured password hashes, not against live authentication services.

CHashcat

Hashcat is a GPU-accelerated offline hash cracking tool used to recover plaintext passwords from captured hashes rather than to attack live login services.

DPeach

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

#credential brute force#Hydra#password attacks#authentication attacks

Community Discussion

No community discussion yet for this question.

Full PT0-001 Practice