Exploitation
Weak Passwords
Exploitation
Weak passwords are passwords with low unpredictability they are common or structured in ways that make them easy for an attacker to guess. Instead of trying random combinations, attackers typically start with lists of common passwords, leaked credentials, and predictable variations.123456, password, and qwerty are obvious examples. A more instructive example is Password1!. It satisfies many traditional complexity requirements β uppercase and lowercase letters, a digit, a symbol, and eight or more characters while remaining highly predictable. An attacker using a password dictionary or rule-based cracking strategy would likely try variations like this very early.
This is exactly why composition requirements alone don't guarantee password strength. A policy can force users to add uppercase letters, numbers, and symbols while doing very little to prevent predictable passwords.
A longer password or passphrase chosen from a sufficiently large and unpredictable space can provide substantially more resistance to guessing than a short password constructed to satisfy a checklist of character types.