10-18-2020, 01:09 PM
Hi it's my first post can anyone help me with this, I need to prepare a mask which use wordlist + mask
the mask should generate all cases for each word (Proper-lower-capital) + try 1 digit and 2 digits for each case
for example if the wordlist contain word like "password" then the mask should generate and try 7 cases for each word in the wordlist as below:
password
password1
password01
Password1
Password01
PASSWORD1
PASSWORD01
the mask should generate all cases for each word (Proper-lower-capital) + try 1 digit and 2 digits for each case
for example if the wordlist contain word like "password" then the mask should generate and try 7 cases for each word in the wordlist as below:
password
password1
password01
Password1
Password01
PASSWORD1
PASSWORD01