Solution to use very large wordlist
#2
What is the hash type ? -m ?

For instance -m 2500 = WPA/WPA2 has a minimum password length of 8 characters

You should also think if it is possible to replace the huge file with a more clever strategy (like small dict + rules or mask attack/hybrid attack etc). Disk I/O is always a bottleneck and should be avoided.


Messages In This Thread
RE: Solution to use very large wordlist - by philsmd - 05-12-2018, 03:41 PM