Basic User Password Warning
Bupw (no idea about how to pronounce it) is a simple "micro-service" application that check if a password is a minimal secure enough. Perfect tools to check if a term is present in the Probable-Wordlists. Very fast service, it will provide you the answers quickly, no matter the number of words you've import.
First step is to configure the config.yml
file
./Bupw
Then try it using: curl http://localhost:8000/\?password\=testmdfjkngops
Reponse is json formated and return a true if term was found in a dictionnary, false if not found.
Here's the config.yml default values.
httpserver:
port: 8000
query: password
files:
- top95.txt
- wpa.txt
- dico.txt
You may find various dictonnary file from weakpass.com
To contribute just open a Pull Request with your new code. Feel free to contribute.