nerdexam
EC-Council

312-50V10 · Question #238

Eve stole a file named secret.txt, transferred it to her computer and she just entered these commands: What is she trying to achieve?

The correct answer is B. She is using John the Ripper to crack the passwords in the secret.txt file. Eve is using John the Ripper, a well-known password cracking tool, against password hashes stored in the secret.txt file to recover plaintext credentials.

System Hacking

Question

Eve stole a file named secret.txt, transferred it to her computer and she just entered these commands:

What is she trying to achieve?

Exhibit

312-50V10 question #238 exhibit

Options

  • AShe is using ftp to transfer the file to another hacker named John.
  • BShe is using John the Ripper to crack the passwords in the secret.txt file
  • CShe is encrypting the file.
  • DShe is using John the Ripper to view the contents of the file.

How the community answered

(26 responses)
  • A
    4% (1)
  • B
    88% (23)
  • C
    8% (2)

Why each option

Eve is using John the Ripper, a well-known password cracking tool, against password hashes stored in the secret.txt file to recover plaintext credentials.

AShe is using ftp to transfer the file to another hacker named John.

FTP is a file transfer protocol and has no role in password cracking; John the Ripper commands do not facilitate transferring files to another party.

BShe is using John the Ripper to crack the passwords in the secret.txt fileCorrect

John the Ripper is an open-source password cracking utility that takes password hash files as input and attempts to recover plaintext passwords via dictionary, brute-force, and rule-based attacks. The secret.txt file likely contains /etc/shadow-style hashes or similar credential data, and John the Ripper is the standard tool used to crack them offline after exfiltration.

CShe is encrypting the file.

John the Ripper is a password cracking tool, not an encryption utility; encryption tools include GPG, OpenSSL, or AES-based programs.

DShe is using John the Ripper to view the contents of the file.

John the Ripper does not function as a file viewer - it processes hash values to recover passwords, not to display raw file contents.

Concept tested: John the Ripper offline password cracking

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

Topics

#John the Ripper#password cracking#credential theft#hash cracking

Community Discussion

No community discussion yet for this question.

Full 312-50V10 Practice