Your email's silent protector: an easygoing tool that checks a list of emails for breaches. Just share the emails, and it works its magic.
| Period | Count |
|---|---|
| Weekly | |
| Monthy | |
| Total |
-
Install main branch using pip
python3 -m pip install git+https://github.com/dmdhrumilmistry/breach-check.git
-
Install Release from PyPi
python3 -m pip install breach-check
-
Open terminal
-
Install git package
sudo apt install git python3 -y
-
Install Poetry
-
clone the repository to your machine
git clone https://github.com/dmdhrumilmistry/breach-check.git
-
Change directory
cd breach-check -
Install with poetry
# without options poetry install
-
Create list of emails.txt file
echo 'test@example.com' > emails.txt
-
Search for leaks using LeakCheck APIs
breach-check -i emails.txt # OR breach-check -b leakcheck -i emails.txt -
Search for leakage due to info stealers usind RockHudson APIs
breach-check -b hudsonrock -i emails.txt
- Create an issue
- Fork the repo, update script and create a Pull Request
Refer CONTRIBUTIONS.md for contributing to the project.
breach-check is distributed under MIT License. Refer License for more information.
| Platforms | ||
|---|---|---|