https://github.com/dmdhrumilmistry/breach-check
Python tool which checks for data breaches for provided emails
https://github.com/dmdhrumilmistry/breach-check
blue-team breach-check breaches dmdhrumilmistry hacking hacking-tool recon-tool reconnaissance
Last synced: 10 months ago
JSON representation
Python tool which checks for data breaches for provided emails
- Host: GitHub
- URL: https://github.com/dmdhrumilmistry/breach-check
- Owner: dmdhrumilmistry
- License: mit
- Created: 2023-11-20T12:10:53.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-18T20:43:40.000Z (about 2 years ago)
- Last Synced: 2024-05-02T22:07:56.118Z (about 2 years ago)
- Topics: blue-team, breach-check, breaches, dmdhrumilmistry, hacking, hacking-tool, recon-tool, reconnaissance
- Language: Python
- Homepage:
- Size: 96.7 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Breach Check
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.
## PyPi Downloads
| Period | Count |
| :----: | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |
| Weekly | [](https://pepy.tech/project/breach-check) |
| Monthy | [](https://pepy.tech/project/breach-check) |
| Total | [](https://pepy.tech/project/breach-check) |
## Join Our Discord Community
[](http://discord.gg/DJrnAg4nv2)
## Installation
### Using pip
- Install main branch using pip
```bash
python3 -m pip install git+https://github.com/dmdhrumilmistry/breach-check.git
```
- Install Release from PyPi
```bash
python3 -m pip install breach-check
```
### Manual Method
- Open terminal
- Install git package
```bash
sudo apt install git python3 -y
```
- Install [Poetry](https://python-poetry.org/docs/master#installing-with-the-official-installer)
- clone the repository to your machine
```bash
git clone https://github.com/dmdhrumilmistry/breach-check.git
```
- Change directory
```bash
cd breach-check
```
- Install with poetry
```bash
# without options
poetry install
```
## Usage
- Create list of emails.txt file
```bash
echo 'test@example.com' > emails.txt
```
- Search for leaks using LeakCheck APIs
```bash
breach-check -i emails.txt
# OR
breach-check -b leakcheck -i emails.txt
```
- Search for leakage due to info stealers usind RockHudson APIs
```bash
breach-check -b hudsonrock -i emails.txt
```
### Open In Google Cloud Shell
- Temporary Session
[](https://shell.cloud.google.com/cloudshell/editor?cloudshell_git_repo=https%3A%2F%2Fgithub.com%2Fdmdhrumilmistry%2Fbreach-check&ephemeral=true&show=terminal&cloudshell_print=./LICENSE)
- Perisitent Session
[](https://shell.cloud.google.com/cloudshell/editor?cloudshell_git_repo=https%3A%2F%2Fgithub.com%2Fdmdhrumilmistry%2Fbreach-check&ephemeral=false&show=terminal&cloudshell_print=./LICENSE)
## Have any Ideas 💡 or issue
- Create an issue
- Fork the repo, update script and create a Pull Request
## Contributing
Refer [CONTRIBUTIONS.md](/.github/CONTRIBUTING.md) for contributing to the project.
## LICENSE
breach-check is distributed under `MIT` License. Refer [License](/LICENSE) for more information.
## Connect With Me
| | Platforms | |
| :-------------------------------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------------: |
| [](https://github.com/dmdhrumilmistry) | [](https://linkedin.com/in/dmdhrumilmistry) | [](https://twitter.com/dmdhrumilmistry) |
| [](https://instagram.com/dmdhrumilmistry/) | [](https://dmdhrumilmistry.github.io/blog) | [](https://www.youtube.com/channel/UChbjrRvbzgY3BIomUI55XDQ) |