pywned

Check if you have an account thathas been compromised in a data breach


Keywords
hacker, password, python, requests, services
License
MIT
Install
pip install pywned==0.2.3

Documentation

Pwned

Build Status Github Issues MIT licensed

logo

Check if you have an account that has been compromised in a data breach

This tool is based on https://haveibeenpwned.com/

Quick start

$ pip install ppwned

or

$ python setup.py install

Usage

You can import the library and use it in your project that way:

>>> from pwned import check

>>> check(<email>)

Or just use it on the command line like this:

$ pwned <email>

Dependencies

License

MIT