pwned

Check if you've been pwned via haveibeenpwned.com


Keywords
password, haveibeenpwned, security, security-audit
License
GPL-3.0
Install
pip install pwned==0.1.0

Documentation

Pwned

A command line interface for checking whether your online accounts have been compromised using have i been pwned?.

Installation

From PyPI

Since Pwned is distributed on PyPI, it's super simple to install, provided you already have a Python installation:

~> pip install pwned

Note that this will install Pwned globally, which typically means that root access should be required. If you wish to install Pwned for just the current user, add the --user flag after install.

From Source

Installing Pwned from source is slightly more involved and requires that Poetry is also installed:

~> git clone https://github.com/severen/pwned.git
~> cd pwned
~> poetry install
~> poetry build
~> pip install dist/*

Also note that just like before, you should add the --user flag after install if you wish to install for just the current user.

Changelog

The changelog can be found here.