112-52 · Question #86
Which of the following is a common password cracking technique?
The correct answer is B. Brute force attack. Brute force attack (B) is a password cracking technique where an attacker systematically tries every possible combination of characters until the correct password is found - it directly targets the password itself, making it the only true "cracking" method listed. Phishing (A)…
Question
Which of the following is a common password cracking technique?
Options
- APhishing
- BBrute force attack
- CPacket sniffing
- DFirewall bypassing
How the community answered
(53 responses)- A2% (1)
- B91% (48)
- C2% (1)
- D6% (3)
Explanation
Brute force attack (B) is a password cracking technique where an attacker systematically tries every possible combination of characters until the correct password is found - it directly targets the password itself, making it the only true "cracking" method listed.
Phishing (A) tricks users into voluntarily revealing credentials through deceptive emails or fake websites - it exploits human psychology, not cryptographic or computational weaknesses. Packet sniffing (C) captures network traffic to intercept data in transit; it can expose passwords sent in plaintext, but it's a capture technique, not a cracking one. Firewall bypassing (D) is a network intrusion technique focused on circumventing perimeter defenses, completely unrelated to password recovery.
Memory tip: Think of "brute force" as the only option where an attacker is actively breaking the password - the word "crack" implies force, and brute force is literally forcing your way through every possibility.
Topics
Community Discussion
No community discussion yet for this question.