312-50V11 · Question #193
John the Ripper is a technical assessment tool used to test the weakness of which of the following?
The correct answer is D. Passwords. John the Ripper is an open-source password auditing tool used during security assessments to crack password hashes and identify weak passwords.
Question
John the Ripper is a technical assessment tool used to test the weakness of which of the following?
Options
- AUsernames
- BFile permissions
- CFirewall rulesets
- DPasswords
How the community answered
(32 responses)- A3% (1)
- C3% (1)
- D94% (30)
Why each option
John the Ripper is an open-source password auditing tool used during security assessments to crack password hashes and identify weak passwords.
John the Ripper operates on credential hashes to recover passwords, not to enumerate or assess the validity of usernames.
File permission auditing requires tools such as AccessChk or find with permission flags - John the Ripper has no capability to inspect filesystem access controls.
Firewall ruleset analysis requires dedicated tools such as Nmap or firewall policy auditors - John the Ripper does not interact with network filtering rules.
John the Ripper operates on password hashes obtained from files such as /etc/shadow or NTLM dumps, applying dictionary attacks, brute force, and rule-based mangling to recover the original plaintext password. Security professionals use it in penetration tests and audits to demonstrate that specific user passwords do not meet complexity requirements. Its sole function is evaluating password strength, not any other system attribute.
Concept tested: John the Ripper password cracking and auditing tool
Source: https://www.openwall.com/john/
Topics
Community Discussion
No community discussion yet for this question.