De-ruling a wordlist
#2
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)
Reply


Messages In This Thread
De-ruling a wordlist - by az325546 - 06-21-2021, 10:04 AM
RE: De-ruling a wordlist - by Snoopy - 06-21-2021, 05:50 PM
RE: De-ruling a wordlist - by royce - 06-21-2021, 08:08 PM