Segmentation Fault when calcultaing keyspace for WPA
#2
Yeah, crashes for me too but then again the command makes no sense.

1. WPA mode expects a hashcat capture file (.hccap), not a wordlist or hashes file.
2. WPA passwords are a minimum of 8 characters in length

So grab the example .hccap here http://hashcat.net/misc/example_hashes/hashcat.hccap
(pw is hashcat!)


And try with this command instead: oclHashcat64.exe -m 2500 hashcat.hccap -a 3 ?d?d?d?d?d?d?d?d --keyspace

D:\Network\hashcat\oclHashcat-1.37>oclHashcat64.exe -m 2500 hashcat.hccap -a 3 ?d?d?d?d?d?d?d?d --keyspace

oclHashcat v1.37 starting...

10000000


Easy peasy.


Messages In This Thread
RE: Segmentation Fault when calcultaing keyspace for WPA - by rico - 09-02-2015, 09:34 PM