lakiw / pcfg_cracker

Probabilistic Context Free Grammar (PCFG) password guess generator
318 stars 71 forks source link

43 error in password scorer #44

Closed lakiw closed 4 months ago

lakiw commented 4 months ago

This addresses issue #43

When adding support for count prefixes to the training sets in a previous commit it totally changed how training passwords were read in. I didn't check password scorer, and a gap is I don't have unittests for most of the password scorer code so that totally slipped past me. I updated the code to support the new way to read in passwords.