Posts: 2
Threads: 1
Joined: Aug 2014
08-20-2014, 04:07 PM
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
Posts: 649
Threads: 18
Joined: Nov 2010
Posts: 2,267
Threads: 16
Joined: Feb 2013
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)
Posts: 2
Threads: 1
Joined: Aug 2014
That worked, thank you. Only took 1 min 30 sec.
Posts: 803
Threads: 135
Joined: Feb 2011
1:30 sec for 10 digits ? You did something wrong..
Posts: 2,301
Threads: 11
Joined: Jul 2010
10 digits? You read something wrong_
Posts: 8
Threads: 2
Joined: Aug 2014
actually it 7 digit because the first 3 digit already defined
Posts: 803
Threads: 135
Joined: Feb 2011
Ok sorry