|
Message-ID: <y73ubvexxk1g9aqw5qyufd7f.1473229885001@email.android.com> Date: Wed, 07 Sep 2016 07:31:25 +0100 From: Darren Wise <darren@...ecorp.co.uk> To: john-users-group <john-users@...ts.openwall.com> Subject: Re: Show only cracked usernames and passwords for a given hash file? I myself have opted for a separate John.pot file for each batch of cracked keys.. I would be interested in seeing this question answered too.. Quite an interesting question :) -------- Original message -------- From: nyxgeek@...abs.co Date: 07/09/2016 04:55 (GMT+00:00) To: john-users@...ts.openwall.com Subject: [john-users] 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.