Help with cracking a WPA
#1
I'm trying to construct a command line to crack a WPA2. Facts I know about this WPA2:

1) it is 10 digits, digits only
2) the first 4 digits are 9999

So at first I created:

hashcat64 -m 2500 -a 3 -1 9999?d?d?d?d?d?d test.hccap

which gave me a result with an obscene about of time to complete on my 970, which I think is incorrect. It was a year +. Next I tried removing the -1 which obviously won't work because hashcat thinks the 9999?d?d?d?d?d?d should be a file. 

So hear I am looking for some assistance constructing the proper command line for this. Any direction would be greatly appreciated.

Thanks.


Messages In This Thread
Help with cracking a WPA - by rln11 - 09-04-2016, 03:49 PM
RE: Help with cracking a WPA - by jodler303 - 09-04-2016, 04:16 PM
RE: Help with cracking a WPA - by rln11 - 09-04-2016, 05:17 PM