08-20-2014, 04:22 PM
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)
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)