email:hash to email:unhash?
#1
Hey guys!

I've started using hashcat, did a bit of research, and asked some friends, but can't find the answer to do this.

I have an .txt file with email:hash how can I crack and get as output email:password?

Thanks in advance.

I'm trying: hashcat -m 5000 -a 0 -o cracked.txt --username "list-email:pass" wordlist
and I'm getting separator unmatched"
#2
Just prepare your file in advance with something like this:
echo $time | awk '{split($0,a,":"); print a[1]}'

When you are done cracking just match the hash:plain with your first list.
sch0.org
#3
(03-23-2015, 09:32 PM)kartan Wrote: Just prepare your file in advance with something like this:
echo $time | awk '{split($0,a,":"); print a[1]}'

When you are done cracking just match the hash:plain with your first list.

Isn't there a way to do it on Windows?
#4
plz look at ULM
#5
I'd recommend to stick to --username and --show http://hashcat.net/forum/thread-4136.html