Mask 0123456789
#1
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      ????
Reply
#2
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
Reply
#3
super Smile
Reply
#4
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 ?
Reply
#5
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
Reply