Cracking speed
#4
1. are you sure that the hash file is in the correct format (.hccap format), see https://hashcat.net/wiki/doku.php?id=cracking_wpawpa2 , https://hashcat.net/cap2hccap/ ...
2. screenshot says 0/0 hashes, 0/0 salts, you definitely did something wrong
3. please give full command, the command above seems to be completely wrong, you should have something like:
hashcat-cli64 -m 2500 -a 3 converted_file.hccap --pw-min 8 ?u?u?u?u?u?u?u?u
4. running hashcat in a virtual machine may ofc not give valid/comparable benchmark results
5. please try the example .hccap file from http://hashcat.net/wiki/doku.php?id=example_hashes (password is 'hashcat!', w/o quotes), to see if it works, example command for that sample could for instance be:
hashcat-cli64 -m 2500 -a 3 hashcat.hccap --pw-min 8 'hashc?l?l?s'


Messages In This Thread
Cracking speed - by Junario - 07-06-2014, 05:35 PM
RE: Cracking speed - by undeath - 07-06-2014, 06:17 PM
RE: Cracking speed - by Junario - 07-06-2014, 06:26 PM
RE: Cracking speed - by philsmd - 07-06-2014, 07:09 PM