GoToolSharing / passfinder

Generate password wordlists with customizable options for security testing !
https://github.com/GoToolSharing/passfinder
GNU General Public License v3.0
6 stars 2 forks source link

Password Policy #15

Open QU35T-code opened 2 weeks ago

QU35T-code commented 2 weeks ago

Add a password policy configuration to remove generated passwords (or not generate them) if they are not compliant with.

StopThatTalace commented 2 weeks ago

Hello ! Do you have any idea on how to implement it ?

Because the policy can be anything (length, maj, numbers, etc..), it will need too much cli arguments, so maybe it can be a good idea to implement some choice selection with a cool TUI ? And if it's run with --batch it put a basic config.

Or

Also i can be great but less "ux-friendly" to use it with a policy config file to configure before running.