hashcat Forum

Full Version: Rule based on dictionary file
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi
I got two dictionray files:
streets.txt - with 100k of streetnames
names.txt - with over 20k of worldwide most common names

I want to launch hashcat to check hases for a patertn $street{1..100} and $names{1970..2010}. I mean

Code:
BakerStreet1
BakerStreet2
...
BakerStreet100
and
Code:
Dorian1970
Dorain1971
...
Dorian2010

I dont want to generate bilions of variations and save it to the hard drive, just load this two files to the rule. Is that possible?
hashcat -m MODE -a 6 -i hashfile streets.txt ?d?d?d
hashcat -m MODE -a 6 hashfile names.txt 19?d?d
hashcat -m MODE -a 6 hashfile names.txt 20?d?d

https://hashcat.net/wiki/doku.php?id=hybrid_attack