10-23-2021, 12:43 PM
Hi Muri,
Your command looks a bit funky:
hashcat.exe -m0 -a3 -o cracked.txt hash.txt
Try this instead:
hashcat.exe -a 3 -o cracked.txt hash.txt
Your command looks a bit funky:
hashcat.exe -m0 -a3 -o cracked.txt hash.txt
Try this instead:
hashcat.exe -a 3 -o cracked.txt hash.txt