The output file looks messy.
#1
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?


Messages In This Thread
The output file looks messy. - by helpls - 07-26-2012, 04:48 PM
RE: The output file looks messy. - by M@LIK - 07-26-2012, 04:51 PM
RE: The output file looks messy. - by helpls - 07-26-2012, 04:55 PM