Generate password condidates from password list
#3
(04-05-2024, 12:00 AM)b8vr Wrote:
(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.
I read about princeprocessor but I didn’t understand and I’m not entirely sure that this can be done with it. I think i need to use some third parties tools, but i didn't find one.
Reply


Messages In This Thread
RE: Generate password condidates from password list - by bambinorest - 04-06-2024, 08:01 AM