07-25-2015, 01:44 AM
Hey fellas!, I'm new into hashcat etc, the issue I'm having is that I crack md5 passwords with hashcat and save them as output.txt however the problem is that I can see the passwords but not the ID's so I don't know which password is to which ID.
cudahashcat64.exe -a 0 -m 0 --username "hash.txt" w0rdlist.lst -o "out.txt"
cudahashcat64.exe -a 0 -m 0 --username "hash.txt" w0rdlist.lst -o "out.txt" --show
neither of these works.
I want to save like this:
id:password
password = the cracked md5
Can you guys make a bat file for me ?
cudahashcat64.exe -a 0 -m 0 --username "hash.txt" w0rdlist.lst -o "out.txt"
cudahashcat64.exe -a 0 -m 0 --username "hash.txt" w0rdlist.lst -o "out.txt" --show
neither of these works.
I want to save like this:
id:password
password = the cracked md5
Can you guys make a bat file for me ?