Check the syntax. - 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: Check the syntax. (/thread-9617.html) |
Check the syntax. - realityhacker - 11-05-2020 I could use some help cheking my hashcat syntax: hashcat -a 6 -m 2500 -d 2 hashfile.hccapx dict.txt ?d?d?d I'm running a server with 1 GPU, and I'm not sure if I need "-d 2". I'm sure the WiFi router is "-m 2500" The dictionary file needs three numbers after the word, so I use "=a 6" So, please double check this for me & thank you! RE: Check the syntax. - Mem5 - 11-05-2020 IMHO don't use "-d 2", let hashcat use the maximum of your system (CPU + GPU) What's the error you have ? RE: Check the syntax. - realityhacker - 11-06-2020 No errors, just wanted to check before I ran hashcat, thanks! |