Wordlists Contain 0 Bytes? - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html) +--- Forum: Old hashcat Support (https://hashcat.net/forum/forum-20.html) +--- Thread: Wordlists Contain 0 Bytes? (/thread-3940.html) |
Wordlists Contain 0 Bytes? - stardust - 01-01-2015 I added a bunch of wordlists into a folder, http://gyazo.com/f73bb84318f37dd1815693d396ec34c4 , and every time I click enter the wordlists load as 0 bytes. This is a sample of the code I get http://gyazo.com/dacc626471dd8bdade754e5009402045 How do I make it so the wordlists load all the words inside? I apologize if this is a very simple error, I'm new (: RE: Wordlists Contain 0 Bytes? - philsmd - 01-01-2015 You have specified "-a 3" this means cpu hashcat will use a mask attack (http://hashcat.net/wiki/doku.php?id=mask_attack ). If you instead want to use a wordlist-based attack, you need to specify -a 0 For more details and some guides how to get started with cpu hashcat, pls see https://hashcat.net/wiki/ and/or use "hashcat --help" on your command line. |