nerdexam
EC-Council

312-50V9 · Question #477

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 a widely used open-source password auditing tool designed to identify weak passwords through dictionary, brute-force, and rule-based cracking techniques.

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

(34 responses)
  • A
    3% (1)
  • B
    3% (1)
  • C
    6% (2)
  • D
    88% (30)

Why each option

John the Ripper is a widely used open-source password auditing tool designed to identify weak passwords through dictionary, brute-force, and rule-based cracking techniques.

AUsernames

John the Ripper targets password hashes, not usernames; usernames are typically stored in plaintext and do not require a cracking tool to retrieve.

BFile permissions

File permission weaknesses are assessed using OS-level auditing tools and permission scanners, not password cracking utilities like John the Ripper.

CFirewall rulesets

Firewall ruleset analysis requires dedicated firewall auditing or policy review tools; John the Ripper has no capability to evaluate or test firewall configurations.

DPasswordsCorrect

John the Ripper operates by taking hashed password values and attempting to recover the plaintext passwords using wordlists, brute-force enumeration, and hybrid attacks. Security teams use it to test whether user account passwords are sufficiently strong and resistant to offline cracking, making password strength assessment its primary function.

Concept tested: Password cracking tools - John the Ripper usage

Source: https://www.openwall.com/john/

Topics

#John the Ripper#password cracking#password weakness#offline attack

Community Discussion

No community discussion yet for this question.

Full 312-50V9 Practice