lucifercr07 / pwnd_checker

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:MIT License


Languages

Language:Python 100.0%