nerdexam
EC-Council

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.

System Hacking

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)
  • A
    3% (1)
  • C
    3% (1)
  • D
    94% (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.

AUsernames

John the Ripper operates on credential hashes to recover passwords, not to enumerate or assess the validity of usernames.

BFile permissions

File permission auditing requires tools such as AccessChk or find with permission flags - John the Ripper has no capability to inspect filesystem access controls.

CFirewall rulesets

Firewall ruleset analysis requires dedicated tools such as Nmap or firewall policy auditors - John the Ripper does not interact with network filtering rules.

DPasswordsCorrect

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

#John the Ripper#password cracking#password auditing#security tools

Community Discussion

No community discussion yet for this question.

Full 312-50V11 Practice