pcfg_cracker
pcfg_cracker copied to clipboard
General improvements to password_scorer
As I review the code, there is a lot of areas that need improvement:
- [ ] Review how the multiword detector is trained on an existing grammar
- [x] This is a weird result. Track down what caused it: flipzd p 0.0 -1
- [ ] Add support for piping guesses into it via stdin
- [ ] It doesn't appear the OMEN portion of this utilizes encoding when loading Ngrams
Fixed the issue of why flipzd p 0.0 -1 was categorized as a password. It's because I wasn't correctly handling an OMEN score of -1.