Mask 0123456789 - 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 0123456789 (/thread-8875.html) |
Mask 0123456789 - hubi2000 - 01-07-2020 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 ???? RE: Mask 0123456789 - philsmd - 01-07-2020 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 RE: Mask 0123456789 - hubi2000 - 01-07-2020 super RE: Mask 0123456789 - hubi2000 - 01-07-2020 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 ? RE: Mask 0123456789 - philsmd - 01-07-2020 https://hashcat.net/wiki/?id=mask_attack#custom_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 |