Hashcat stuck on Generating bitmap tables
#2
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
Reply


Messages In This Thread
RE: Hashcat stuck on Generating bitmap tables - by penguinkeeper - 07-10-2024, 12:41 PM