{"id":23010034,"url":"https://github.com/dmdhrumilmistry/breach-check","last_synced_at":"2025-09-05T23:56:12.854Z","repository":{"id":209136551,"uuid":"721126422","full_name":"dmdhrumilmistry/breach-check","owner":"dmdhrumilmistry","description":"Python tool which checks for data breaches for provided emails","archived":false,"fork":false,"pushed_at":"2024-04-18T20:43:40.000Z","size":99,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-05-02T22:07:56.118Z","etag":null,"topics":["blue-team","breach-check","breaches","dmdhrumilmistry","hacking","hacking-tool","recon-tool","reconnaissance"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dmdhrumilmistry.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-11-20T12:10:53.000Z","updated_at":"2024-06-08T10:40:16.329Z","dependencies_parsed_at":null,"dependency_job_id":"54824576-0026-4d45-8973-2a950a491d5d","html_url":"https://github.com/dmdhrumilmistry/breach-check","commit_stats":null,"previous_names":["dmdhrumilmistry/breach-check"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmdhrumilmistry%2Fbreach-check","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmdhrumilmistry%2Fbreach-check/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmdhrumilmistry%2Fbreach-check/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmdhrumilmistry%2Fbreach-check/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dmdhrumilmistry","download_url":"https://codeload.github.com/dmdhrumilmistry/breach-check/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":229800368,"owners_count":18126028,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["blue-team","breach-check","breaches","dmdhrumilmistry","hacking","hacking-tool","recon-tool","reconnaissance"],"created_at":"2024-12-15T09:16:47.193Z","updated_at":"2024-12-15T09:16:47.759Z","avatar_url":"https://github.com/dmdhrumilmistry.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Breach Check\r\n\r\nYour email's silent protector: an easygoing tool that checks a list of emails for breaches. Just share the emails, and it works its magic.\r\n\r\n## PyPi Downloads\r\n\r\n| Period |                                  Count                                   |\r\n| :----: | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |\r\n| Weekly | [![Downloads](https://static.pepy.tech/personalized-badge/breach-check?period=week\u0026units=international_system\u0026left_color=black\u0026right_color=orange\u0026left_text=Downloads)](https://pepy.tech/project/breach-check)  |\r\n| Monthy | [![Downloads](https://static.pepy.tech/personalized-badge/breach-check?period=month\u0026units=international_system\u0026left_color=black\u0026right_color=orange\u0026left_text=Downloads)](https://pepy.tech/project/breach-check) |\r\n| Total  | [![Downloads](https://static.pepy.tech/personalized-badge/breach-check?period=total\u0026units=international_system\u0026left_color=black\u0026right_color=orange\u0026left_text=Downloads)](https://pepy.tech/project/breach-check) |\r\n\r\n## Join Our Discord Community\r\n\r\n[![Join our Discord server!](https://invidget.switchblade.xyz/DJrnAg4nv2)](http://discord.gg/DJrnAg4nv2)\r\n\r\n## Installation\r\n\r\n### Using pip\r\n\r\n- Install main branch using pip\r\n\r\n  ```bash\r\n  python3 -m pip install git+https://github.com/dmdhrumilmistry/breach-check.git\r\n  ```\r\n\r\n- Install Release from PyPi\r\n\r\n  ```bash\r\n  python3 -m pip install breach-check\r\n  ```\r\n\r\n### Manual Method\r\n\r\n- Open terminal\r\n\r\n- Install git package\r\n\r\n  ```bash\r\n  sudo apt install git python3 -y\r\n  ```\r\n\r\n- Install [Poetry](https://python-poetry.org/docs/master#installing-with-the-official-installer)\r\n\r\n- clone the repository to your machine\r\n\r\n  ```bash\r\n  git clone https://github.com/dmdhrumilmistry/breach-check.git\r\n  ```\r\n\r\n- Change directory\r\n\r\n  ```bash\r\n  cd breach-check\r\n  ```\r\n\r\n- Install with poetry\r\n\r\n  ```bash\r\n  # without options\r\n  poetry install\r\n  ```\r\n\r\n## Usage\r\n\r\n- Create list of emails.txt file\r\n\r\n    ```bash\r\n    echo 'test@example.com' \u003e emails.txt\r\n    ```\r\n\r\n- Search for leaks using LeakCheck APIs\r\n\r\n    ```bash\r\n    breach-check -i emails.txt\r\n\r\n    # OR \r\n\r\n    breach-check -b leakcheck -i emails.txt\r\n    ```\r\n\r\n- Search for leakage due to info stealers usind RockHudson APIs\r\n\r\n    ```bash\r\n    breach-check -b hudsonrock -i emails.txt\r\n    ```\r\n\r\n### Open In Google Cloud Shell\r\n\r\n- Temporary Session  \r\n  [![Open in Cloud Shell](https://gstatic.com/cloudssh/images/open-btn.svg)](https://shell.cloud.google.com/cloudshell/editor?cloudshell_git_repo=https%3A%2F%2Fgithub.com%2Fdmdhrumilmistry%2Fbreach-check\u0026ephemeral=true\u0026show=terminal\u0026cloudshell_print=./LICENSE)\r\n- Perisitent Session  \r\n  [![Open in Cloud Shell](https://gstatic.com/cloudssh/images/open-btn.svg)](https://shell.cloud.google.com/cloudshell/editor?cloudshell_git_repo=https%3A%2F%2Fgithub.com%2Fdmdhrumilmistry%2Fbreach-check\u0026ephemeral=false\u0026show=terminal\u0026cloudshell_print=./LICENSE)\r\n\r\n## Have any Ideas 💡 or issue\r\n\r\n- Create an issue\r\n- Fork the repo, update script and create a Pull Request\r\n\r\n## Contributing\r\n\r\nRefer [CONTRIBUTIONS.md](/.github/CONTRIBUTING.md) for contributing to the project.\r\n\r\n## LICENSE\r\n\r\nbreach-check is distributed under `MIT` License. Refer [License](/LICENSE) for more information.\r\n\r\n## Connect With Me\r\n\r\n|                                         |                   Platforms                   |                                              |\r\n| :-------------------------------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------------: |\r\n|   [![GitHub](https://img.shields.io/badge/Github-dmdhrumilmistry-333)](https://github.com/dmdhrumilmistry)    | [![LinkedIn](https://img.shields.io/badge/LinkedIn-Dhrumil%20Mistry-4078c0)](https://linkedin.com/in/dmdhrumilmistry) |     [![Twitter](https://img.shields.io/badge/Twitter-dmdhrumilmistry-4078c0)](https://twitter.com/dmdhrumilmistry)     |\r\n| [![Instagram](https://img.shields.io/badge/Instagram-dmdhrumilmistry-833ab4)](https://instagram.com/dmdhrumilmistry/) |   [![Blog](https://img.shields.io/badge/Blog-Dhrumil%20Mistry-bd2c00)](https://dmdhrumilmistry.github.io/blog)  | [![Youtube](https://img.shields.io/badge/YouTube-Dhrumil%20Mistry-critical)](https://www.youtube.com/channel/UChbjrRvbzgY3BIomUI55XDQ) |\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdmdhrumilmistry%2Fbreach-check","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdmdhrumilmistry%2Fbreach-check","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdmdhrumilmistry%2Fbreach-check/lists"}