02-16-2024, 09:19 AM
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
and
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?
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
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?