USER:HASH Plain Text - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html) +--- Forum: Old hashcat Support (https://hashcat.net/forum/forum-20.html) +--- Thread: USER:HASH Plain Text (/thread-4136.html) |
USER:HASH Plain Text - tito480 - 02-28-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! RE: USER:HASH Plain Text - Saint - 02-28-2015 Add --username to your parameters RE: USER:HASH Plain Text - tito480 - 02-28-2015 works perfectly ! Thanks Saint RE: USER:HASH Plain Text - tito480 - 02-28-2015 Just one more question, is there any way to save username:plain ? Without the hash? RE: USER:HASH Plain Text - atom - 03-02-2015 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 RE: USER:HASH Plain Text - philsmd - 03-02-2015 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 |