Skip to content

thaney071/pwned-search

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

pwned-search

Pwned Password API lookup

Usage:

  • python pwned.py – reads passwords from standard input;
  • python pwned.py <[file-with-passwords] – reads passwords from a file;
  • another-command | python pwned.py <[file-with-passwords] – reads passwords written to standard output by another command;
  • python pwned.py [password] – checks passwords given as command line arguments (beware the password may be saved in shell history and that other users on the system ma be able to observe the command line).

Thanks to those who fixed my dodgy code :)

Have fun! Oh, and if you find one of your own passwords, change it asap!

About

Pwned Password API lookup

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%