Posts: 8
Threads: 3
Joined: Jan 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 ????
Posts: 2,267
Threads: 16
Joined: Feb 2013
01-07-2020, 09:59 PM
(This post was last modified: 01-07-2020, 09:59 PM by philsmd.)
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
Posts: 8
Threads: 3
Joined: Jan 2020
super
Posts: 8
Threads: 3
Joined: Jan 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 ?
Posts: 2,267
Threads: 16
Joined: Feb 2013
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