Created
March 7, 2017 18:16
-
-
Save tommorris/2c629039992ad5d638d88f9be8b5f223 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# MacBook Pro | |
$ john --wordlist=/usr/local/opt/john/share/john/password.lst --rules hashes.txt | |
Loaded 2 password hashes with 2 different salts (bcrypt [Blowfish 32/64 X2]) | |
Press 'q' or Ctrl-C to abort, almost any other key for status | |
love (?) | |
london (?) | |
2g 0:00:00:24 100% 0.08100g/s 23.81p/s 27.37c/s 27.37C/s lionking..london | |
Use the "--show" option to display all of the cracked passwords reliably | |
Session completed | |
# Raspberry Pi Zero W | |
$ john --wordlist=/usr/share/john/password.lst --rules hashes.txt | |
Loaded 2 password hashes with 2 different salts (bcrypt [Blowfish 32/32]) | |
Press 'q' or Ctrl-C to abort, almost any other key for status | |
love (?) | |
london (?) | |
2g 0:00:04:10 100% 0.007974g/s 2.344p/s 2.691c/s 2.691C/s london | |
Use the "--show" option to display all of the cracked passwords reliably | |
Session completed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment