Autotune never completes - 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: Autotune never completes (/thread-10586.html) |
Autotune never completes - bobcat - 01-18-2022 Hi all, It seems like autotune runs forever on my laptop, never completing. I am running this: Code: hashcat -m 22000 -a 3 hashes ./weak.dic I made weak.dic with hcxpsktool, adding weak netgear candidates, and it's 3.7G in size. Here's an example output: Code: The wordlist or mask that you are using is too small. Any ideas how to speed it up? Thanks! RE: Autotune never completes - Chick3nman - 01-18-2022 Your command is incorrect. You should be using -a 0, not -a 3. This may not fix the issue fully but I suspect it is playing a major part. RE: Autotune never completes - bobcat - 01-18-2022 (01-18-2022, 02:03 AM)Chick3nman Wrote: Your command is incorrect. You should be using -a 0, not -a 3. This may not fix the issue fully but I suspect it is playing a major part. OMG I'm such an idiot, thanks! |