Posts: 19
Threads: 6
Joined: Dec 2014
Hey, I've got question, is there any way to save cracked hashes with Usernames actually?
I use Username Ignore option but when i run it shows in found file only passwords not usernames?
About POT file.. example from my list i want to crack it says example found 3k hashes in POT file, but it doesnt move that found hashes actually in found folder it just removes them from cracking list? Any idea about it?
Posts: 2,267
Threads: 16
Joined: Feb 2013
02-10-2015, 11:58 PM
(This post was last modified: 02-11-2015, 12:00 AM by philsmd.)
See
https://hashcat.net/trac/ticket/567 . cpu hashcat currently does not have this feature, but next version 0.50 will allow you to use --show --username (well, indeed it works already with 0.49 when you do not change the --outfile-format but next version of cpu hashcat will support that too).
oclHashcat does support --username together with --show (and --outfile-format) already. If you have a amd or nv gpu, you can just use oclHashcat also only to use --show --username together with your .pot file.
How --show works:
--show is always used after cracking (i.e. when cracking is already finished)
the general idea is like this:
1. oclHashcat -m 0 --username hash.txt dict.txt # cracking
2. oclHashcat -m 0 --username --show --outfile-format 2 hash.txt #show all user:pass combinations
So again, --show is not used in step 1 (when you start cracking), but after that when already all cracked hashes are in your .pot file
Posts: 19
Threads: 6
Joined: Dec 2014
im using oclhashcat not normal hashcat