Client-Side Api Handler für have-i-been-pwned Anfragen.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Alex 54d195724f Inital Commit für pwned-handler 2 years ago
csharp Inital Commit für pwned-handler 2 years ago
.gitignore Initial commit 2 years ago
LICENSE Inital Commit für pwned-handler 2 years ago
README.md Inital Commit für pwned-handler 2 years ago
pwned-search.ps1 Inital Commit für pwned-handler 2 years ago
pwned.py Inital Commit für pwned-handler 2 years ago

README.md

pwned-search

Pwned Password API lookup

  • Required libaries:
  • 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 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!