Go to file
Michael Pound 521c441a6a
Update README.md
Typo fixes
2019-03-13 10:42:26 +00:00
LICENSE Initial commit 2019-03-12 21:38:34 +00:00
pwned.py Simplify and document lookup_pwned_api interface 2019-03-13 01:38:33 +00:00
README.md Update README.md 2019-03-13 10:42:26 +00:00

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!