-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Description
Maybe we should add a pre-defined ruleset produced with a script from our default password.lst (and updated along with it), appending or prepending each one of those words, also with or without a space, e.g.:
[List.Rules:Password]
\r[:$:^][ ] A\p\r[zz00]"password"
and so on for the full password.lst. Maybe we should also add length checks to ensure the added string isn't fully beyond the format's maximum length (when appending) and doesn't fully push out the original word beyond the format's maximum length (when prepending).
And we should include that ruleset from [List.Rules:All], which currently produces over 6 million candidates from one input word, while [List.Rules:Jumbo] produces about 5000. The addition of another ~3500 is definitely acceptable for "All", but perhaps not for "Jumbo".