hashcat Forum
Word List or Mask is too smaill error HELP - 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: Word List or Mask is too smaill error HELP (/thread-6876.html)



Word List or Mask is too smaill error HELP - AtomTan - 09-17-2017

Hey. 

So after finally getting my hashcat to start since it wouldn't load Hashes I had a question about wordlist format. 

I downloaded rockyou word list but all the words are joined together with no spaces between. Does it have to be one word per line like that hash file? If so anyway to fix it?


.png   Untitled.png (Size: 108.04 KB / Downloads: 6)

Above is a snapshot of the error message i am getting anybody know what this means? I am trying to run a bruteforce with md5 hashes with a wordlist and the command i am using is

hashcat64.exe -m0 -a3 -o cracked.txt hash.txt word2.txt

what am i doing wrong.


RE: Word List or Mask is too smaill error HELP - undeath - 09-17-2017

(09-17-2017, 09:07 AM)AtomTan Wrote: I am trying to run a bruteforce with md5 hashes with a wordlist
"wordlist" and "bruteforce" are mutually exclusive


RE: Word List or Mask is too smaill error HELP - AtomTan - 09-17-2017

(09-17-2017, 11:09 AM)undeath Wrote:
(09-17-2017, 09:07 AM)AtomTan Wrote: I am trying to run a bruteforce with md5 hashes  with a wordlist
"wordlist" and "bruteforce" are mutually exclusive

Ok what do you mean by that? What do I need to run in able to crack hashes mainly md5 hashes? Is the command I am running completely wrong? I have tried looking into it everywhere but it is very unclear for me.


RE: Word List or Mask is too smaill error HELP - atom - 09-17-2017

In this case hashcat would load word2.txt as a maskfile, when then would try to iterate through all words as single (static) masks. That's absolutely not what you want.


RE: Word List or Mask is too smaill error HELP - ALDOKHM - 10-26-2017

Hi
I wil l be grateful for any help
I am trying to use rockyou.txt  to focus on passwords of 6 characters of the form ?u?l?l?l?l?d?.  I downloaded princeprocessor, and tried to use the following commmand:


./pp64.bin ?u?l?l?l?l?d?  < rockyou.txt
i received an error message  about the options of the pp64 command.
executing    the following command lead to a system crash.
./pp64.bin  < rockyou.txt

Thank you