Variable mask in the middle of the password
#4
I'm not sure that I fully understand the use case. Can you provide a contrived example?

For at least some part of the attack, you can hard-code a prefix and suffix:

Code:
$ hashcat --stdout -a 3 testtest?l?l?lTESTTEST | head
testtestereTESTTEST
testtestanaTESTTEST
testtestonaTESTTEST
testtestherTESTTEST
testtestterTESTTEST
testtestinaTESTTEST
testtestserTESTTEST
testtestyanTESTTEST
testtestrerTESTTEST
testtestustTESTTEST
~


Messages In This Thread
RE: Variable mask in the middle of the password - by royce - 03-18-2018, 12:18 AM