A lightweight command-line tool that integrates with Have I Been Pwned? to help you verify whether your emails have been compromised in any publicly disclosed data breaches.
Both of them can be installed from your distro's package manager.
1. Clone this repo:
git clone https://github.com/StellarSand/hibp-lookup.git
2. Move into the project directory:
cd hibp-lookup
3. Give executable permissions to the script:
chmod u+x hibp-lookup
<email> Check a single email address
-f <file> Check multiple email addresses from a text file (one per line).
-c, --compact Print data without details & additional links
-h, --help Show this help message
hibp-lookup <email>
hibp-lookup -f <file>
Examples:
hibp-lookup [email protected]
hibp-lookup -f /home/JaneDoe/Downloads/emails.txt
If you find bugs or have suggestions, please report it to the issue tracker.
- Please search for existing issues before opening a new one. Any duplicates will be closed.
Pull requests can be submitted here.
This project is licensed under the terms of GPL v3.0 license.