Posts: 3
Threads: 1
Joined: Feb 2015
So I have a plain text with:
USER:HASH format like:
email@email.com:81dc9bdb52d04dc20036dbd8313ed055
how can i use it on hashcat or i have to separate all the hash in the plain text?
Thanks in advice!
Posts: 40
Threads: 5
Joined: Dec 2014
Add --username to your parameters
Posts: 3
Threads: 1
Joined: Feb 2015
works perfectly ! Thanks Saint
Posts: 3
Threads: 1
Joined: Feb 2015
Just one more question, is there any way to save username:plain ? Without the hash?
Posts: 5,185
Threads: 230
Joined: Apr 2010
root@et:~/oclHashcat-1.34# cat hash
email@email.com:81dc9bdb52d04dc20036dbd8313ed055
root@et:~/oclHashcat-1.34# cat oclHashcat.pot
81dc9bdb52d04dc20036dbd8313ed055:lala
root@et:~/oclHashcat-1.34# ./oclHashcat64.bin --show --username --quiet hash --outfile-format=2
email@email.com:lala
Posts: 2,267
Threads: 16
Joined: Feb 2013
Yes, oclHashcat does already support this (--show --username --outfile-format 2 etc).
But also
next version of cpu hashcat (0.50) will support this see:
https://hashcat.net/trac/ticket/567