hibp-credential-checker
v0.4.0
Published
Check credentials against Have I Been Pwned API
Downloads
1
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;