Brute Force WPA2
#4
the mask is still missing, and this
"-a ?l?u?d"
is not valid syntax

With all this information I just did give you, you should easily understand that this is what you are looking for:
Code:
oclhashcat.exe -m 2500 -a 3 -1 ?l?u?d --increment --increment-min 8 --increment-max 12 capture.hccap ?1?1?1?1?1?1?1?1?1?1?1?1

Also one of the very first line of --help says:
Code:
Usage: oclHashcat [options]... hash|hashfile|hccapfile [dictionary|mask|directory]...

So you should have:
1. options: -m 2500 -a 3 -1 ?l?u?d --increment --increment-min 8 --increment-max 12
2. hashfile: capture.hccap
3. mask: ?1?1?1?1?1?1?1?1?1?1?1?1


Messages In This Thread
Brute Force WPA2 - by r9290xocl - 02-18-2015, 07:02 PM
RE: Brute Force WPA2 - by philsmd - 02-18-2015, 07:18 PM
RE: Brute Force WPA2 - by r9290xocl - 02-18-2015, 08:01 PM
RE: Brute Force WPA2 - by philsmd - 02-18-2015, 08:08 PM
RE: Brute Force WPA2 - by r9290xocl - 02-18-2015, 08:12 PM