hashcat Forum
The output file looks messy. - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html)
+--- Forum: General Help (https://hashcat.net/forum/forum-8.html)
+--- Thread: The output file looks messy. (/thread-1410.html)



The output file looks messy. - helpls - 07-26-2012

Hello,

I am trying to crack over 5k passwords with Hashcat GUI for windows, it cracked them pretty quickly then I opened the output file to find out it's messy. There's no separator between hash: passwords.

This is how the output file looks like:
Code:
hash:salt:passwordhash:salt:password

I want it to look like something like this:
Code:
hash:salt:password,hash:salt:password

or

Code:
hash:salt:password
hash:salt:password

I even tried with normal MD5 hashes, same problem. Is there any solution for this?


RE: The output file looks messy. - M@LIK - 07-26-2012

Use something other than notepad.exe.


RE: The output file looks messy. - helpls - 07-26-2012

(07-26-2012, 04:51 PM)M@LIK Wrote: Use something other than notepad.exe.

I downloaded notepad++ and opened the file with it, now it looks nice, thanks!