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.
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)- A86% (43)
- B2% (1)
- C8% (4)
- D4% (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.
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.
Linear is not a recognized password cracking methodology and does not describe any technique that combines word lists with character sets.
Symmetric refers to a cryptographic key model where the same key encrypts and decrypts data, and has no relation to password cracking strategy.
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
Community Discussion
No community discussion yet for this question.