Vulcanun / haveibeenpwnedApiBash

Simple shell script utilizing bash for consulting passwords and wordlists on Have I Been Pwned's API with ease.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

haveibeenpwnedApiBash

Simple shell script utilizing bash for consulting passwords and wordlists on Have I Been Pwned's API with ease.

Easily search up your passwords on Have I Been Pwned's API to know how many times they have been leaked.

Usage

./haveibeenpwnedApiBash.sh <wordlist file in plaintext>||<password in plaintext> [<output filename>]

Returns

<queried password>:<number of times the password has been leaked>

Example

root@root:~# ./haveibeenpwnedApi.sh password123
Querying password123...
password123:114262

About

Simple shell script utilizing bash for consulting passwords and wordlists on Have I Been Pwned's API with ease.

License:GNU General Public License v3.0


Languages

Language:Shell 100.0%