![]() |
oclHashcat simple question - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html) +--- Forum: Old oclHashcat Support (https://hashcat.net/forum/forum-38.html) +--- Thread: oclHashcat simple question (/thread-4558.html) |
oclHashcat simple question - oprey - 07-25-2015 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 ? RE: oclHashcat simple question - philsmd - 07-25-2015 The documentation clearly says that you need to do it in 2 steps (first crack the hashes, afterwards show the combined output): FAQ: --show RE: oclHashcat simple question - oprey - 07-25-2015 (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): 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? RE: oclHashcat simple question - oprey - 07-25-2015 Thanks the problem is solved you can lock the thread. Thanks for the help! |