hibp-credential-checker

Check credentials against Have I Been Pwned API

Usage no npm install needed!

<script type="module">
  import hibpCredentialChecker from 'https://cdn.skypack.dev/hibp-credential-checker';
</script>

README

hibp-credential-checker

Checks username/passwords against the have i been pwned API.

The package only accepts a .csv file. The file requires 3 headers: "name", "username" and "password".

Install

npm install hibp-credential-checker [-g]

Usage

If installed globally:

hcc <path-to-credential-csv> <flags>

If installed locally:

npx hcc <path-to-credential-csv> <flags>

By default, the script will run through all the unique usernames and passwords then show you a summary.

Flags

--showPasswords - Will list the passwords that are found in the Pwned Passwords database. This will list the passwords in a table with what services the password is used for and how many time it was found in the HIBP database.

--debug - Will show errors;