hibp-credential-checker

0.4.0 • Public • Published

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;

Readme

Keywords

none

Package Sidebar

Install

npm i hibp-credential-checker

Weekly Downloads

0

Version

0.4.0

License

MIT

Unpacked Size

855 kB

Total Files

24

Last publish

Collaborators

  • foreignbyproxy