04-05-2024, 12:00 AM
(04-04-2024, 08:23 AM)bambinorest Wrote: I searched but did not find hashcat rules that would generate passwords from password list. All rules work with word list, but i need password list. For example i have password list:
d0gmatized$678
d0gcatcher#1422
18.BankLogin!3
And i need the rule or some tool that turn this passwords to something like this:
d0gmatized$678
d0gmatized$1422
dogmatized#1422
Dogmatized$1422
18.dogmatized$1422
...
d0gcatcher#1422
d0gcatcher$1422
d0gcatcher!1422
d0gcatcher#1422
18.d0gcatcher#1422
Wordlist = password list.
But there are no rules that can take part of a word from one line and add it into a word on another line, which seems to be what you want. In that case, have a look at princeprocessor, as that can disassemble the words and mix them together in a similar fashion.