lakiw / pcfg_cracker

Probabilistic Context Free Grammar (PCFG) password guess generator
314 stars 68 forks source link

How do I apply a training set to a specific set of passwords #20

Closed spencerhethcoxwib18 closed 3 years ago

spencerhethcoxwib18 commented 3 years ago

How do I apply a training set to a specific set of passwords? Let's say I want to see password options based on a trained model.

lakiw commented 3 years ago

I apologize since I don't think I fully understand your question. If you are wondering how to train on a specific set of passwords to analyze their features you can run:

python3 trainer.py -t INPUT_PASSWORD_LIST -r NEW_RULESET

All the information about the passwords will be saved in ./rules/NEW_RULESET

Does this help? Or were you asking about something else?

lakiw commented 3 years ago

Since there has been no follow up questions, I'm closing this issue.