hashcat Forum
Mask Writing - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Support (https://hashcat.net/forum/forum-3.html)
+--- Forum: hashcat (https://hashcat.net/forum/forum-45.html)
+--- Thread: Mask Writing (/thread-9571.html)



Mask Writing - blackrosemmt - 10-18-2020

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


RE: Mask Writing - puck2 - 02-25-2021

Did you ever successfully write this mask? I have a similar question.


RE: Mask Writing - Banaanhangwagen - 02-25-2021

Simply make some rules.

Maybe this is an idea?
Code:
cat customrule.rule
:
$1
$0 $1
c $1
c $0 $1
u $1
u $0 $1



RE: Mask Writing - puck2 - 02-25-2021

What is the function of the

c
c
u
I

in your rule?


RE: Mask Writing - Banaanhangwagen - 02-25-2021

https://hashcat.net/wiki/doku.php?id=rule_based_attack#implemented_compatible_functions