Checks pwnedpasswords.com (https://haveibeenpwned.com/Passwords) for pwned passwords...
Python 3
Checks pwnedpasswords.com for pwned passwords
positional arguments:
source filename or password to check
optional arguments:
-h, --help show this help message and exit
-f, --filename use an optional .txt sourcefile. One password per line
-s, --silence decreases verbosity
python check_passwd.py PASSWORD
python check_passwd.py -f example.txt
Pass a .txt file with one password per line to check password in bulk.
python check_passwd.py -s example.txt
If the flag -s is used, the script will only print out pwned passwords.