nerdexam
EC-Council

312-50V13 · Question #120

In the context of password security, a simple dictionary attack involves loading a dictionary file (a text file full of dictionary words) into a cracking application such as L0phtCrack or John the Rip

The correct answer is C. Hybrid. A hybrid password attack combines elements of both dictionary attacks and brute-force attacks to enhance cracking effectiveness.

Submitted by weili_xi· Mar 6, 2026System Hacking

Question

In the context of password security, a simple dictionary attack involves loading a dictionary file (a text file full of dictionary words) into a cracking application such as L0phtCrack or John the Ripper, and running it against user accounts located by the application. The larger the word and word fragment selection, the more effective the dictionary attack is. The brute force method is the most inclusive, although slow. It usually tries every possible letter and number combination in its automated exploration. If you would use both brute force and dictionary methods combined together to have variation of words, what would you call such an attack?

Options

  • AFull Blown
  • BThorough
  • CHybrid
  • DBruteDics

How the community answered

(56 responses)
  • A
    2% (1)
  • B
    4% (2)
  • C
    93% (52)
  • D
    2% (1)

Why each option

A hybrid password attack combines elements of both dictionary attacks and brute-force attacks to enhance cracking effectiveness.

AFull Blown

"Full Blown" is not a recognized technical term for a password cracking method.

BThorough

"Thorough" is a descriptive adjective, not a specific password cracking attack type.

CHybridCorrect

A hybrid attack typically starts with dictionary words and then systematically adds or modifies them with numbers, special characters, or common prefixes/suffixes, effectively blending dictionary and brute-force techniques to create a wider range of password guesses. This method is often more efficient than pure brute force and more comprehensive than a pure dictionary attack.

DBruteDics

"BruteDics" is a made-up term and not a standard classification for password cracking methods.

Concept tested: Hybrid password attack

Topics

#password cracking#dictionary attack#brute-force attack#hybrid attack

Community Discussion

No community discussion yet for this question.

Full 312-50V13 Practice