Brute Force exhaustively tries all possible combinations (passwords, keys) until the correct one is found.
Variants
- Dictionary attack — wordlist (rockyou.txt).
- Rule-based — word mutations (Hashcat rules).
- Hybrid — wordlist + brute force.
Tools
Hashcat, John the Ripper, Hydra, Medusa.