07-26-2012, 04:48 PM
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:
I want it to look like something like this:
or
I even tried with normal MD5 hashes, same problem. Is there any solution for this?
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?