USER:HASH Plain Text
#1
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!
#2
Add --username to your parameters
#3
works perfectly ! Thanks Saint
#4
Just one more question, is there any way to save username:plain ? Without the hash?
#5
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
#6
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