nerdexam
EC-Council

312-50V13 · Question #125

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 cracking method combines dictionary words with character modifications, such as adding numbers or special characters, to create a more extensive list of potential passwords.

Submitted by miguelv· Mar 6, 2026System 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

(22 responses)
  • A
    91% (20)
  • B
    5% (1)
  • C
    5% (1)

Why each option

A hybrid password cracking method combines dictionary words with character modifications, such as adding numbers or special characters, to create a more extensive list of potential passwords.

AHybridCorrect

A hybrid attack leverages a dictionary of common words and then systematically modifies those words by appending, prepending, or inserting numbers, symbols, or common permutations, thereby increasing the attack's effectiveness against passwords that are dictionary words with minor alterations. This approach is more efficient than a pure brute-force attack for many common password patterns.

BLinear

"Linear" is not a standard term for a password cracking method.

CSymmetric

"Symmetric" refers to a type of encryption where the same key is used for encryption and decryption, not a password cracking method.

DBrute Force

Brute Force tries every possible combination of characters within a defined length, without starting from a dictionary of known words or patterns.

Concept tested: Hybrid password attack

Topics

#password cracking#hybrid attack#wordlist attacks

Community Discussion

No community discussion yet for this question.

Full 312-50V13 Practice