Posts: 47
Threads: 27
Joined: Apr 2019
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.
Posts: 882
Threads: 15
Joined: Sep 2017
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)
Posts: 47
Threads: 27
Joined: Apr 2019
I see. I'll just let Hashcat take care of it then.
Thank you.
Posts: 23
Threads: 4
Joined: Feb 2021
I use prince processor: pp64.exe --pw-min=10 --pw-max=20 --elem-cnt-min=1 --elem-cnt-max=1
☺