06-21-2021, 05:50 PM
short answer
for fast hashes this type of logic to decline paswords would slow down more than the time you would save
longer answer:
use hashcat in std-out mode to get all generated pw-candidates (beware this could end up huge) and afterwards use sort words | uniq > uniq.txt to get only the uniq pws
BUT keep in mind, rules are used and acting as amplifiers, using a smaller wordlist with rules can be "faster" than just using a huge wordlist (because of rules applied on the gpu if im right)
for fast hashes this type of logic to decline paswords would slow down more than the time you would save
longer answer:
use hashcat in std-out mode to get all generated pw-candidates (beware this could end up huge) and afterwards use sort words | uniq > uniq.txt to get only the uniq pws
BUT keep in mind, rules are used and acting as amplifiers, using a smaller wordlist with rules can be "faster" than just using a huge wordlist (because of rules applied on the gpu if im right)