you should try the example hash with a dictionary attack where the word list contains the password
hash.txt is a text file that contains the hash
dict.txt is a text file which contains passwords (one password per line), one of these passwords/lines must be
to make sure everything is cracking
Code:
hashcat.exe -m 15200 -a 0 -w 3 -r rules\best64.txt hash.txt dict.txt
hash.txt is a text file that contains the hash
dict.txt is a text file which contains passwords (one password per line), one of these passwords/lines must be
Code:
hashcat
to make sure everything is cracking