hashcat Forum
Outputting in email:password format is very slow! - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Support (https://hashcat.net/forum/forum-3.html)
+--- Forum: hashcat (https://hashcat.net/forum/forum-45.html)
+--- Thread: Outputting in email:password format is very slow! (/thread-6773.html)



Outputting in email:password format is very slow! - mahan - 08-11-2017

Hi,
I have a file with millions of hashes (in email:hash format) and I cracked lot of them with this way.
The problem starts when i try to get the formatted output (email:password) from Hashcat.
I used this code:
PHP Code:
hashcat64.exe -m 0 --username --potfile-path x.potfile --show -o out.txt --outfile-format 2 hashs.txt 
There is no errors and warnings , but it is very slow!
I'm waiting about 3 hours but still nothing!
it's using just few percent of CPU, and a lot of RAM!
how to make it faster?


RE: Outputting in email:password format is very slow! - atom - 08-11-2017

We know, using --username is kind of slow due to memory allocation etc. You can't make it faster.


RE: Outputting in email:password format is very slow! - mahan - 08-11-2017

Thanks for reply.
Can you fix it in next update?