Skip to content

A command-line interactive implementation of the HaveIBeenPwned? APIv2 using the PyPwned Python module.

Notifications You must be signed in to change notification settings

k0fin/PwnedConsole

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

IMPORTANT: This project is old as f$!# and has been deprecated for years. If you somehow ended up here to clone this ancient Python2-based HIBP project that probably won't work at all, go check out my new rewrite of it. :)

< PwnedConsole >

< About >

PwnedConsole is a Python script designed to act as an interactive tool for querying HaveIBeenPwned? for breach data through the use of the HaveIBeenPwned? API(v2).
This script makes use of the PyPwned Python module, which was written to be implemented into Python code to query the HIBP? API.

< Dependencies >

requests
pypwned
textwrap
ndg-httpsclient
pyasn1
pyOpenssl

< Usage >

Using the script is easy-

	python pwnconsole.py <email_addr/account_name>

Running this will load the specified account into PwnedConsole, and any options executed wtihin the script will apply to the account specified.
The user can switch accounts within the script as well, which could be needed when querying the API for data that only applies to a specific type of account.

< ToDo >

There are a few things I had in mind to improve the functionality of the tool. These things are currently in progress, so don't get butthurt if something doesn't work. :)

< Credits >

Thanks to Troy Hunt for an awesome API to play with.
Thanks to Eric Fay for writing the PyPwned module.

About

A command-line interactive implementation of the HaveIBeenPwned? APIv2 using the PyPwned Python module.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages