nerdexam
EC-Council

312-50V9 · Question #573

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 combines dictionary word lists with appended or prepended numbers and special characters to crack passwords that users have slightly modified from common words.

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

(42 responses)
  • A
    88% (37)
  • B
    7% (3)
  • C
    2% (1)
  • D
    2% (1)

Why each option

A hybrid password attack combines dictionary word lists with appended or prepended numbers and special characters to crack passwords that users have slightly modified from common words.

AHybridCorrect

A hybrid attack specifically combines dictionary-based word lists with rule-based mutations such as appending numbers (e.g., 'password1') or adding special characters (e.g., 'password!'). This method is more targeted than brute force because it exploits the common human tendency to base passwords on real words with minor modifications. It sits between a pure dictionary attack and a full brute-force attack in terms of scope and efficiency.

BLinear

Linear is not a recognized password cracking methodology - no standard attack technique uses this term.

CSymmetric

Symmetric refers to a type of encryption algorithm (such as AES) that uses the same key for encryption and decryption, and is unrelated to password cracking methods.

DBrute Force

Brute force exhaustively tries every possible character combination without using word lists, making it slower and less targeted than a hybrid attack.

Concept tested: Hybrid password attack methodology using word lists

Source: https://www.techtarget.com/searchsecurity/definition/hybrid-attack

Topics

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

Community Discussion

No community discussion yet for this question.

Full 312-50V9 Practice