oclHashcat simple question
#1
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 ?
#2
The documentation clearly says that you need to do it in 2 steps (first crack the hashes, afterwards show the combined output):

FAQ: --show
#3
(07-25-2015, 01:53 AM)philsmd Wrote: The documentation clearly says that you need to do it in 2 steps (first crack the hashes, afterwards show the combined output):

FAQ: --show

Hey friend. I already tried to do that. First i cracked then I tried hashcat.exe -a 0 -m 0 --username hashes.txt wordlist -o "out.txt" --show but it only showed me a help line. Could you be kind and send me the right commands?
#4
Thanks the problem is solved you can lock the thread. Thanks for the help!