creating a mask
#1
Bug 
I have to generate a mask in which a character is not repeated more than twice,and no two character comes together,what should I do?

for e.g:If the characters are a,b,c and the word length is 3,the combinations should not contain strings like:aab,caa,bbc,ccc e.t.c
#2
maskprocessor can be used for this situation (the -q parameter can be used) and the output can be piped into hashcat:

Code:
mp64 -q 2 -1 abc ?1?1?1 | hashcat -a 0 -m 0 -w 4 hash.txt
#3
(06-28-2017, 03:37 PM)philsmd Wrote: maskprocessor can be used for this situation (the -q parameter can be used) and the output can be piped into hashcat:

Code:
mp64 -q 2 -1 abc ?1?1?1 | hashcat -a 0 -m 0 -w 4 hash.txt

So should I download the mask processor?
Will it generate a wordlist?
How can I pipe it into Hashcat?
#4
Can u give a working link to dwnld mask processor?
#5
https://github.com/hashcat/maskprocessor...or-0.73.7z