Skip to content

This application checks if your account has been breached and credentials are publicly accessible. Also checks if password breached and suggests strong passwords.

License

Notifications You must be signed in to change notification settings

lucifercr07/pwnd_checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pwnd_checker

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.

Installation via pip:

pip install pwnd-checker

Installation via github:

  1. Clone the github project.
  2. cd pwnd_checker
  3. Run python setup.py install

pwnd_checker usage:

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.

About

This application checks if your account has been breached and credentials are publicly accessible. Also checks if password breached and suggests strong passwords.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages