hashcat with 3 wordlists - 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 with 3 wordlists (/thread-8485.html) |
hashcat with 3 wordlists - walletscat - 07-13-2019 How to run hashcat with 3 wordlists helps me " -a ? -m 0000 hash.txt wordlist1.txt wordlist2.txt wordlist3.txt " ??? RE: hashcat with 3 wordlists - philsmd - 07-13-2019 since 2+1 = 3 you could just pre-compute 2 dicts and add the 3rd one with -a 1. There is also combinator3 from hashcat-utils (you can pipe it but it's slower, but could be sometimes better if you target a very slow hashing algo and want to save disk space). These questions have been answered dozens of times, please use the forum search function next time btw: the more dictionaries you add together the huger the total number of password candidates will be: it's growing exponential and soon becomes infeasible (that's why oftentimes passphrases are recommended, but of course it's not always bullet-proof either, but it's just a lot of combinations, everything combined with everything) |