Inaccurate number - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Developer (https://hashcat.net/forum/forum-39.html) +--- Forum: hashcat (https://hashcat.net/forum/forum-40.html) +--- Thread: Inaccurate number (/thread-8819.html) Pages:
1
2
|
RE: Inaccurate number - slyexe - 12-14-2019 My guess is it's way too big of a keyspace.. Just try it with less length on your hybrid attack such as only 2 or 3 characters and see if the error persist. Also how big is your dictionary file? RE: Inaccurate number - Allia - 12-14-2019 Thanks . It is 20 gig. I used the same command but I replace 6 to 7 and the error was * ?a?a?a?a?a?a?a?a no such file in directory* What does that mean please RE: Inaccurate number - slyexe - 12-15-2019 (12-14-2019, 11:53 PM)Allia Wrote: Thanks . It is 20 gig.Ya way to big of an attack. Why are you changing attack modes? If you're changing it from hybrid attack wordlist + mask to hybrid attack mask + wordlist you need to change your order in your command as well. Your mask is being used as the wordlist file otherwise. RE: Inaccurate number - Allia - 12-15-2019 6 and 7 are for hybrid. Am I wrong? Where can I find the correct syntax to write the command please? I read some thread where they give the code but I have not find for hybrid attack. And what is the maximum the dictionarry file should be since you said it is too big? |