|
Message-ID: <7ff834556303e54400ca7fc3271225b5@rslabs.co> Date: Tue, 06 Sep 2016 22:55:51 -0500 From: nyxgeek@...abs.co To: john-users@...ts.openwall.com Subject: Show only cracked usernames and passwords for a given hash file? Is there any way to have John's --show flag show just usernames and passwords cracked for a given hash file, in the format of: user00:Password1234567890 instead of having it displayed in-line, like: user00:Password1234567890:1000:aad3b435b51404eeaad3b435b51404ee:17bd91defd0d2fe234239a5bb90a9595::: This would allow for the passwords for a particular hash file to easily be harvested/analyzed by performing a 'cut -d: -f2-', rather than having it be embedded inside the string. By embedding the solved password inside the string, it seems to make it impossible to reliably cut out, since a password could easily contain a colon, which would then be misread as a delimiter. A workaround is to maintain separate john.pot files for each set of hashes being cracked, but I'm hoping there's a better solution. Thanks, nyxgeek
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.