Having a possible strange issue with BF'ing a WPA. (v1.36)
Dictionary attack and rules based got it. Password is 9 characters all lowercase
But not BF.
What am I doing wrong?
This had a runtime of about 1 hour 15 minutes.
This had a run time of 1 hour 7 minutes.
Isn't the '?a' all characters, numbers and symbols, and '?l' just lowercase? Why does a vastly larger keyspace have essentially the same run time?
Dictionary attack and rules based got it. Password is 9 characters all lowercase
But not BF.
What am I doing wrong?
Code:
./oclHashcat64.bin -m 2500 -a 3 -t 10 --outfile=./x.txt ./mywifi.hccap ?a?a?a?a?a?a?a?a?a
This had a runtime of about 1 hour 15 minutes.
Quote:./oclHashcat64.bin -m 2500 -a 3 -t 10 --outfile=./x.txt ./mywifi.hccap ?l?l?l?l?l?l?l?l?l
This had a run time of 1 hour 7 minutes.
Isn't the '?a' all characters, numbers and symbols, and '?l' just lowercase? Why does a vastly larger keyspace have essentially the same run time?