GPEN · Question #192
John, a novice web user, makes a new E-mail account and keeps his password as "apple", his favorite fruit. John's password is vulnerable to which of the following password cracking attacks? Each…
The correct answer is A. Dictionary attack C. Hybrid attack D. Brute Force attack. The password 'apple' is a plain, common dictionary word with no modifications, making it susceptible to dictionary, hybrid, and brute-force attacks but not specifically rule-based attacks.
Question
John, a novice web user, makes a new E-mail account and keeps his password as "apple", his favorite fruit. John's password is vulnerable to which of the following password cracking attacks? Each correct answer represents a complete solution. Choose all that apply.
Options
- ADictionary attack
- BRule based attack
- CHybrid attack
- DBrute Force attack
How the community answered
(37 responses)- A73% (27)
- B27% (10)
Why each option
The password 'apple' is a plain, common dictionary word with no modifications, making it susceptible to dictionary, hybrid, and brute-force attacks but not specifically rule-based attacks.
Dictionary attacks try words from a precompiled wordlist; 'apple' is a common English word that would appear in virtually any standard dictionary wordlist, making it immediately crackable.
Rule-based attacks apply predefined transformation rules (e.g., replacing 'a' with '@', appending numbers) to existing wordlist entries to crack modified passwords; 'apple' is an unmodified plain word that does not require rule-based mutation to discover.
A hybrid attack combines dictionary words with brute-force appending or prepending of characters; 'apple' as a base word is the starting point for hybrid attacks, meaning it is found at the zero-mutation stage.
Brute-force attacks systematically try every possible character combination; 'apple' is only 5 lowercase characters, placing it well within the feasible range of a brute-force search.
Concept tested: Password cracking attack types and applicability
Source: https://owasp.org/www-community/attacks/Password_Cracking
Topics
Community Discussion
No community discussion yet for this question.