nerdexam
EC-Council

312-50V11 · Question #671

This kind of password cracking method uses word lists in combination with numbers and special characters:

The correct answer is A. Hybrid. A hybrid password attack extends a dictionary attack by appending or prepending numbers and special characters to each word list candidate, targeting common user password patterns.

System Hacking

Question

This kind of password cracking method uses word lists in combination with numbers and special characters:

Options

  • AHybrid
  • BLinear
  • CSymmetric
  • DBrute Force

How the community answered

(50 responses)
  • A
    86% (43)
  • B
    2% (1)
  • C
    8% (4)
  • D
    4% (2)

Why each option

A hybrid password attack extends a dictionary attack by appending or prepending numbers and special characters to each word list candidate, targeting common user password patterns.

AHybridCorrect

The hybrid attack systematically mutates dictionary words with numeric suffixes, prefixes, or special character substitutions (e.g., turning 'password' into 'Password1!'), allowing it to crack passwords that defeat a pure dictionary attack but follow predictable modification patterns.

BLinear

Linear is not a recognized password cracking methodology and does not describe any technique that combines word lists with character sets.

CSymmetric

Symmetric refers to a cryptographic key model where the same key encrypts and decrypts data, and has no relation to password cracking strategy.

DBrute Force

Brute force exhaustively tries every possible character combination without using a word list as a base, making it fundamentally different from the hybrid approach.

Concept tested: Hybrid password cracking combining wordlists and character mutation

Source: https://owasp.org/www-community/attacks/Password_Cracking

Topics

#hybrid attack#word lists#special characters#password cracking

Community Discussion

No community discussion yet for this question.

Full 312-50V11 Practice