Rule based on dictionary file - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Support (https://hashcat.net/forum/forum-3.html) +--- Forum: hashcat (https://hashcat.net/forum/forum-45.html) +--- Thread: Rule based on dictionary file (/thread-11825.html) |
Rule based on dictionary file - KR2615 - 02-16-2024 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 Code: Dorian1970 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? RE: Rule based on dictionary file - buka - 02-16-2024 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 |