字典破解 Dictionary Crack - 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: 字典破解 Dictionary Crack (/thread-11757.html) |
字典破解 Dictionary Crack - chuxin - 01-06-2024 How to use a dictionary to crack and remove invalid lines with text length less than 8 in the dictionary RE: 字典破解 Dictionary Crack - royce - 01-06-2024 You can remove them in advance with the 'len' commandline tool in hashcat-utils, something like "len 9 100 <oldfile >newfile" would remove everything less than 8. Or as a dynamic option, you can use a "reject rule" with the -j flag, so "-j >8". |