Cracking 10 digit password with CudaHashcat
#1
Lightbulb 
I need help with cracking a 10 digit number that is a WPA password using CudaHashcat. What do I input if I know the first three numbers? The first three numbers are 760 but how do I tell hashcat that? This is what I have so far and it needs work:

Quote:cudahashcat --hash-type 2500 --attack-mode 3 /root/ssid.hccap -1 ?d
#2
https://hashcat.net/wiki/doku.php?id=mask_attack
#3
See http://hashcat.net/wiki/doku.php?id=mask_attack

According to that wiki, you should just use a mask that includes those chars/numbers, i.e:
760?d?d?d?d?d?d?d

Full command:

cudahashcat --hash-type 2500 --attack-mode 3 /root/ssid.hccap 760?d?d?d?d?d?d?d


Note: depending on your setup (gpu) this might take quite a bit...
Note2: -1 means that you want to define a custom charset, you do not need that for you example (you need to use a mask w/ digits only)
#4
That worked, thank you. Only took 1 min 30 sec.
#5
1:30 sec for 10 digits ? You did something wrong..
#6
10 digits? You read something wrong_
#7
actually it 7 digit because the first 3 digit already defined Big Grin
#8
Ok sorry Wink