Assistance building mask
#3
+1. Specifically:

Code:
$ cat words.list
red
blue
green
yellow

$ cat mask.list
?d?s
?d?d?s
?d?d?d?s
?d?d?d?d?s

$ hashcat --stdout -a 6 words.list mask.list | head
red1.
red0.
red2-
red3.
red9/
red4-
red5/
red8/
red7/
red6/

$ hashcat --stdout -a 6 words.list mask.list | tail
yellow1649}
yellow0064}
yellow2939}
yellow3939}
yellow9764}
yellow4064}
yellow5939}
yellow8393|
yellow7064}
yellow6883|
~


Messages In This Thread
Assistance building mask - by Skitz0h - 01-07-2018, 08:43 AM
RE: Assistance building mask - by undeath - 01-07-2018, 02:15 PM
RE: Assistance building mask - by royce - 01-07-2018, 07:25 PM
RE: Assistance building mask - by Skitz0h - 01-07-2018, 10:49 PM