Wordlist+Wordlist+Mask
#5
Curiosity was eating at me, so I ran some test. @Snoopy, you are correct. For anyone interested here is the results of my little experiment.

GPU Hardware: NVidia 3090 & NVidia 2060 Super
Dictionary File: 5.9 Million lines
Dictionary File with 3 digits added to each line (100-999): 3.2 Billion lines
Capture file with (2) 22000 hashes

I purposely chose a hash that would not be cracked, so that all candidates would be tried.

hashcat -a6 -m22000 -1 123456789 capture.22000 dict-nonumbers ?1?d?d -w3
Total time = 41 minutes

hashcat -a0 -m22000 capture.22000 dict-withnumbers -w3
Total time = 52 minutes

A 21% performance difference is substantial. I assumed wrong Smile
Reply


Messages In This Thread
Wordlist+Wordlist+Mask - by slawson - 01-16-2023, 06:27 PM
RE: Wordlist+Wordlist+Mask - by slyexe - 01-17-2023, 01:20 AM
RE: Wordlist+Wordlist+Mask - by slawson - 01-18-2023, 05:11 PM
RE: Wordlist+Wordlist+Mask - by Snoopy - 01-19-2023, 08:39 PM
RE: Wordlist+Wordlist+Mask - by slawson - 01-20-2023, 04:55 PM