Go to file
Matthias Gessinger 296f4d39e0 Julia version
* Julia version

Add a version for the Julis Programming language.

Required Packages:
  *  HTTP
  *  SHA

Notice that HTTP does a bunch of junk in the background when you first call to it.
Therefore the first call is super slow but all subsequent calls are fairly quick.

* Julia Version

Add lots of comments into the code. Also the program will now inform the user,
that passwords provided as command-line arguments are stored in the history as
plain text and it is therefore recommended to clear the history afterwards.

* Julia Version

Fix a typo and some formatting
2019-12-09 10:53:54 +00:00
csharp Changed encoding in C# version to UTF8 (#33) 2019-10-07 11:06:42 +01:00
html Added python GUI and HTML versions 2019-03-20 10:20:33 +00:00
Dockerfile Dockerised python CLI program 2019-03-22 13:31:05 +00:00
LICENSE Initial commit 2019-03-12 21:38:34 +00:00
pwned.go Go version 2019-03-23 22:38:45 +00:00
pwned.hs Haskell version. (#30) 2019-08-19 09:53:23 +01:00
pwned.inc.php PHP version (#34) 2019-10-07 11:07:23 +01:00
pwned.jl Julia version 2019-12-09 10:53:54 +00:00
pwned.mos Support spaces (leading, trailing or embedded) in bash versions (#32) 2019-10-07 11:05:06 +01:00
pwned.ps1 Adjustments for PowerShell variant (#21) 2019-04-22 13:41:47 +01:00
pwned.py Two tiny changes (#27) 2019-07-24 20:40:03 +01:00
pwned.sh Support spaces (leading, trailing or embedded) in bash versions (#32) 2019-10-07 11:05:06 +01:00
pwnedGUI.py Added python GUI and HTML versions 2019-03-20 10:20:33 +00:00
README.md Dockerised python CLI program 2019-03-22 13:31:05 +00: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).

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!