LFCS · Question #416
LFCS Question #416: Real Exam Question with Answer & Explanation
The correct answer is D: john show passwords. To display the passwords cracked by John the Ripper for a specific input file, the john --show command followed by the original password file name should be used.
Question
The system administrator wishes to use John the Ripper to confirm that the passwords in a file called passwords are not weak. john has finished but the terminal window running the program has closed. What command can be used to list any cracked passwords for this file?
Options
- Ajohn list passwords
- Bjohn list
- Cjohn show
- Djohn show passwords
Explanation
To display the passwords cracked by John the Ripper for a specific input file, the john --show command followed by the original password file name should be used.
Common mistakes.
- A. There is no
john list passwordscommand in John the Ripper for this purpose. - B.
john --listis used to list supported formats, options, or information about the program, not cracked passwords. - C.
john --showalone would attempt to show all cracked passwords from the internal database without associating them to a specific input file, which may not be the desired output if multiple cracking sessions were run.
Concept tested. John the Ripper show cracked passwords
Topics
Community Discussion
No community discussion yet for this question.