Issue with basic bruteforce
#1
using version 0.09, I tried using the wiki as a guide to bruteforce a WPA2 password but it's not working. the .bat file i am using only has
Code:
cudahashcat-plus64.exe -m 2500 capture.hccap ?d?d?d?d?d?d?d?d
pause

which outputs:
Code:
cudaHashcat-plus v0.09 by atom starting...

Hashes: 1 total, 1 unique salts, 1 unique digests
Bitmaps: 8 bits, 256 entries, 0x000000ff mask, 1024 bytes
Rules: 1
Workload: 16 loops, 8 accel
Watchdog: Temperature abort trigger set to 90c
Watchdog: Temperature retain trigger set to 80c
Device #1: GeForce GTS 450, 1024MB, 1764Mhz, 4MCU
Device #1: Kernel ./kernels/4318/m2500.sm_21.ptx

?d?d?d?d?d?d?d?d: No such file or directory

C:\Users\xxx\Desktop\oclHashcat-plus-0.09>pause
Press any key to continue . . .

Not sure if it's a driver issue(using 310.33 ATM) or if the .hccap file is bad. I sent it to the hashcat converter page as well as the manual wpaclean/aircrack method. nothing works.
#2
you didn't specify the correct attack mode, -a 3.
#3
working now. thank you.