Do I have the right command syntax?
#1
Question 
I am wanting to crack a WPA2 hash and output the password to hash.txt
I know the WPA key is 10 characters long and consists of A-F and 0-9
(EG FC2B8D9F8A)

As far as I can gather this works
cudaHashcat64 -m 2500 -a 3 --status-timer=10 -1 ?dABCDEF -o hash.txt cap.hccap ?1?1?1?1?1?1?1?1?1?1

but is it working the way I hope it is?


Messages In This Thread
Do I have the right command syntax? - by sink0rswim - 05-19-2014, 08:25 AM