mikepound / pwned-search

Pwned Password API lookup

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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).

Using Docker:

  • docker build -t pwned . Builds docker image
  • docker run --rm pwned [password] Runs the pwned command pre-installed in a docker container

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

License:The Unlicense


Languages

Language:Python 21.5%Language:HTML 13.5%Language:Perl 11.1%Language:C# 9.5%Language:Java 9.5%Language:Shell 8.1%Language:Julia 6.7%Language:CSS 6.5%Language:Haskell 5.1%Language:PowerShell 3.4%Language:PHP 2.7%Language:Go 2.2%Language:Dockerfile 0.3%