Sorry I made you confused.
This is a sample password:
thebigworm and EG is actually salts as they are known fixed chars. EG is fixed between password and last char as you can see from the mask.
Actual command:
The mask is the password I want to crack evis5gpp4sEGa
Edit: the total length won't change and will be exact 27 like this password thebigwormevis5gpp4sEGa
	
	
	
	
This is a sample password:
Code:
thebigwormevis5gpp4sEGathebigworm and EG is actually salts as they are known fixed chars. EG is fixed between password and last char as you can see from the mask.
Actual command:
Code:
-m 20 -1 ?d?l -2 abcdefgh 5ff9b10817850c50186cf65e0de19060:thebigworm  ?1?1?1?1?1?1?1?1?1?1EG?2The mask is the password I want to crack evis5gpp4sEGa
Edit: the total length won't change and will be exact 27 like this password thebigwormevis5gpp4sEGa
