nerdexam
EC-Council

312-49 · Question #554

Which password cracking technique uses every possible combination of character sets?

The correct answer is B. Brute force attack. A brute force attack systematically tries every possible combination of characters from a defined character set (lowercase, uppercase, digits, symbols) until the correct password is found. It is exhaustive and guaranteed to eventually crack any password, but is extremely slow…

Submitted by chen.hong· Apr 18, 2026Computer Forensics in Today's World

Question

Which password cracking technique uses every possible combination of character sets?

Options

  • ARainbow table attack
  • BBrute force attack
  • CRule-based attack
  • DDictionary attack

How the community answered

(23 responses)
  • A
    4% (1)
  • B
    87% (20)
  • D
    9% (2)

Explanation

A brute force attack systematically tries every possible combination of characters from a defined character set (lowercase, uppercase, digits, symbols) until the correct password is found. It is exhaustive and guaranteed to eventually crack any password, but is extremely slow for long or complex passwords. In contrast, a dictionary attack uses a predefined wordlist, a rainbow table attack uses precomputed hash chains, and a rule-based attack applies transformation rules to words - none of these try every possible combination.

Topics

#Password Cracking#Brute Force Attack#Attack Techniques

Community Discussion

No community discussion yet for this question.

Full 312-49 Practice