HIBPwned (version 0.1.7)

breached_sites: Get all (nonsensitive) breached sites in HIBP

Description

Get all (nonsensitive) breached sites in HIBP

Usage

breached_sites(domain = NULL, verbose = TRUE, agent = NULL)

Arguments

domain

Search a specific domain

verbose

whether to message about http errors and re-tries

agent

agent to be used as header in calls, by default "HIBPwned R pkg". # nolint

Value

Data.frame containing breach details

Details

Note that the package uses memoise (https://github.com/r-lib/memoise) with no timeout argument so that results are cached inside an active R session.

Examples

Run this code
# NOT RUN {
breached_sites()
# }

Run the code above in your browser using DataLab