112-52 · Question #168
Which tool is widely used for password cracking?
The correct answer is B. John the Ripper. John the Ripper is a widely-used, open-source password cracking tool that supports numerous hash types and attack methods (dictionary, brute-force, rainbow table), making it the standard answer for password cracking in security exams. The distractors each belong to different…
Question
Which tool is widely used for password cracking?
Options
- AWireshark
- BJohn the Ripper
- CMetasploit
- DBurp Suite
How the community answered
(42 responses)- A2% (1)
- B86% (36)
- C5% (2)
- D7% (3)
Explanation
John the Ripper is a widely-used, open-source password cracking tool that supports numerous hash types and attack methods (dictionary, brute-force, rainbow table), making it the standard answer for password cracking in security exams.
The distractors each belong to different security domains: Wireshark (A) is a network packet analyzer used for traffic capture and inspection; Metasploit (C) is an exploitation framework used to develop and execute exploits against target systems; Burp Suite (D) is a web application security testing proxy, primarily used for intercepting and manipulating HTTP/S traffic.
Memory tip: Think of "John" as the guy who breaks into (cracks) your password vault - his last name "Ripper" reinforces the cracking action. The others are network (Wireshark), exploit (Metasploit), and web proxy (Burp) tools.
Topics
Community Discussion
No community discussion yet for this question.