hashcat Forum

Full Version: USER:HASH Plain Text
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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!
Add --username to your parameters
works perfectly ! Thanks Saint
Just one more question, is there any way to save username:plain ? Without the hash?
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
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