Go to file
PascalPirate75 b036453851 Added python GUI and HTML versions
Simple web interface using the API should be mobile compatible.

A simple GUI interface using the original python script as the basis.
2019-03-20 10:20:33 +00:00
csharp C# and PowerShell versions (#8) 2019-03-14 16:07:06 +00:00
html Added python GUI and HTML versions 2019-03-20 10:20:33 +00:00
LICENSE Initial commit 2019-03-12 21:38:34 +00:00
pwned-search.ps1 Add prompt to exit the script 2019-03-15 11:47:02 +01:00
pwned.py Python 2 and 3 compatible shebang 2019-03-14 20:18:04 +00:00
pwnedGUI.py Added python GUI and HTML versions 2019-03-20 10:20:33 +00:00
README.md Fix typo in readme 2019-03-17 15:15:53 +01:00

pwned-search

Pwned Password API lookup

  • Required libraries:
  • requests: pip install requests

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 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 may 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!