Skip to content

Short script checking pwnedpasswords.com for a chosen password

License

Notifications You must be signed in to change notification settings

gcmartinelli/checkpass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

checkpass

Checks pwnedpasswords.com (https://haveibeenpwned.com/Passwords) for pwned passwords...

Dependencies

Python 3

Requests

Usage

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

Default mode

python check_passwd.py PASSWORD

File mode ([-f FILENAME])

python check_passwd.py -f example.txt

Pass a .txt file with one password per line to check password in bulk.

Silent mode ([-s])

python check_passwd.py -s example.txt

If the flag -s is used, the script will only print out pwned passwords.

About

Short script checking pwnedpasswords.com for a chosen password

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages