This application allows you to check if your account has been breached and credentials are publicly accessible. Also checks if your password has been breached, and suggests strong passwords in that case.
pip install pwnd-checker
- Clone the github project.
cd pwnd_checker
- Run
python setup.py install
root@ubuntu:/home/github/passwd_checker# pwnd_checker --help
Usage: pwnd_checker [OPTIONS]
Options:
--pwnd_account TEXT Checks if account has been breached
--pwnd_website TEXT Checks if domain has been breached, e.g: adobe
--passwd TEXT Checks if password has been breached(will prompt if not
supplied)
--help Show this message and exit.
P.S: Thanks to Troy Hunt for pwned apis this application leverages these apis.