All Projects → openwall → john-samples

openwall / john-samples

Licence: other
A collection of samples for development and testing of John the Ripper and other password security auditing and password recovery tools

Programming Languages

HTML
75241 projects
shell
77523 projects

This repository contains all files from https://openwall.info/wiki/john/sample-non-hashes unpacked and somewhat cleaned up.

Normally, the password to crack a sample is included in the file name (e.g. zip1_testpassword#.zip has a password of testpassword#) or in a file near it, such as password.txt which can be used directly as a wordlist.

If all else fails, try really simple passwords including openwall and hashcat. Or if you're lucky, the latest John Jumbo has the sample as a test vector. To dump all such test vectors' passwords to a wordlist, try this:

./john --format=cpu --list=format-tests | cut -f4 | ./unique all_tests.lst
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].