Thread Closed 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
The output file looks messy.
07-26-2012, 04:48 PM
Post: #1
The output file looks messy.
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?
Find all posts by this user
07-26-2012, 04:51 PM
Post: #2
RE: The output file looks messy.
Use something other than notepad.exe.
Find all posts by this user
07-26-2012, 04:55 PM
Post: #3
RE: The output file looks messy.
(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!
Find all posts by this user
Thread Closed