Learn R Programming

HIBPwned (version 0.1.7)

Bindings for the 'HaveIBeenPwned.com' Data Breach API

Description

Utilising the 'Have I been pwned?' API (see for more information), check whether email addresses and/or user names have been present in a publicly disclosed data breach.

Copy Link

Version

Install

install.packages('HIBPwned')

Monthly Downloads

66

Version

0.1.7

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Last Published

April 17th, 2018

Functions in HIBPwned (0.1.7)

.GETcontent

Used to extract content from a GET request and collapse to a data.frame
breached_site

Get a specific breached site, based in breach name (not domain)
breached_sites

Get all (nonsensitive) breached sites in HIBP
data_classes

Get list of classes of data that have been exposed in breaches
HIBPwned

HIBPwned
pastes

Search for cases where an email address has been included in a paste
account_breaches

Search for data breaches associated with one or more accounts.
HIBP_headers

Construct headers for a HIBP request. [Optional] Change the agent to make the request bespoke to you.