Hashcat stuck on Generating bitmap tables - 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: Hashcat stuck on Generating bitmap tables (/thread-12062.html) |
Hashcat stuck on Generating bitmap tables - KAALI - 07-10-2024 I am new to hashcat and , i tried following hashcat command ,
But it stuck saying that "Generated bitmap tables" . but if i run without brute force mode it will run. but getting exhausted.(no word getting matched). My PC doesn't have separate GPU. 16GB RAM, I5 8th Gen PC. What would be the issue. Is that due to brute force mode load cannot be handled by CPU it self. Please give me a solution. RE: Hashcat stuck on Generating bitmap tables - penguinkeeper - 07-10-2024 You have to use either a mask or a wordlist, not both at the same time. hashcat.exe -m 5600 -a 3 hash.txt ?a?a?a?a?a?a?a?a or hashcat.exe -m 5600 -a 0 hash.txt wordlist.txt RE: Hashcat stuck on Generating bitmap tables - KAALI - 07-10-2024 (07-10-2024, 12:41 PM)penguinkeeper Wrote: You have to use either a mask or a wordlist, not both at the same time. Thank You..I ll check RE: Hashcat stuck on Generating bitmap tables - lapsikmees - 07-10-2024 You can do hybrid attack, but your mask is too big: https://hashcat.net/wiki/doku.php?id=hybrid_attack |