hashcat Forum

Full Version: Cracking 10 digit password with CudaHashcat
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
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)
That worked, thank you. Only took 1 min 30 sec.
1:30 sec for 10 digits ? You did something wrong..
10 digits? You read something wrong_
actually it 7 digit because the first 3 digit already defined Big Grin
Ok sorry Wink