Mask file with Custom Character sets
#1
All,

I'm trying to design a mask file using custom character sets. For example, I'm trying to cover all the usages of the word "Password" followed by digits, so this would include permutations of "s" for "$", upper to lower, etc.

Following the format for the mask file provided on

https://hashcat.net/wiki/doku.php?id=mask_attack


I have a mask file (commons.mask) with the following:

Code:
Pp,aA@,$sS,wW,oO0,rR,Dd,?1?2?3?3?4?5?6?7?d?d
Pp,aA@,$sS,wW,oO0,rR,Dd,?1?2?3?3?4?5?6?7?d?d?d?d


using the command:

Code:
sudo ./cudaHashcat64.bin -a 3  -d 1 -o /home/test/hashcracked2.txt --hash-type=1000 --force uncracked.txt masks/commons.mask

And I'm getting a syntax error:

Code:
ERROR: syntax error: oO0,rR,Dd,?1?2?3?3?4?5?6?7?d?

I feel like I'm missing something very basic here. Any ideas?

Thanks

DH


Messages In This Thread
Mask file with Custom Character sets - by doulos0 - 02-18-2015, 06:31 PM