Adding 4 digit variable number to Name wordlist
#3
Hashcat rules don't support dynamic processing at the moment. You would have to run this through something like the mask preprocessor to expand that into a rule file. for example:

```
mp '$?d$?d$?d$?d' > new.rules
```

This should leave you with a file with many thousands of rules inside of it that should do what you expect.


Messages In This Thread
RE: Adding 4 digit variable number to Name wordlist - by unix-ninja - 11-30-2017, 10:19 PM