How to clean a wordlist?
#1
Can Hashcat be used to clean out invalid entries from a wordlist?
I see that some wordlists have as much as 30% rejection ratio with Hashcat.
Must be a bit of time to save here.
Reply
#2
use hahscat utils for that, len or splitlen will help

depends on the reason why hashcat rejects them (minimum password length for specific attack?)

but i dont think this would save so much time (if im right rejecting is done after applying rules on the gpu)
Reply
#3
I see. I'll just let Hashcat take care of it then.
Thank you.
Reply
#4
I use prince processor: pp64.exe --pw-min=10 --pw-max=20 --elem-cnt-min=1 --elem-cnt-max=1
Reply