hashcat Forum

Full Version: Mask 0123456789
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello, what command is needed to decipher the mask password consists of the numbers: 012345678

hashcat64.exe -m 2500 -a 3 C:\ha\20488_1578425546.hccapx -o www.txt      ????
https://hashcat.net/wiki/?id=mask_attack

Code:
hashcat64.exe -m 2500 -a 3 -o www.txt C:\ha\20488_1578425546.hccapx ?d?d?d?d?d?d?d?d
super Smile
And what it will look like if the password has:

? l = abcdefghijklmnopqrstuvwxyz

? d = 0123456789

hashcat64.exe -m 2500 -a 3 -o www.txt C:\ha\20488_1578425546.hccapx ?
https://hashcat.net/wiki/?id=mask_attack...m_charsets

the general idea will be the same and won't change, if you do not know how to do it, you can simple read the explanation on the wiki page, that's why we have that nice wiki and faq