Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Josue87/EmailFinder
Search emails from a domain through search engines
https://github.com/Josue87/EmailFinder
crawler osint
Last synced: 29 days ago
JSON representation
Search emails from a domain through search engines
- Host: GitHub
- URL: https://github.com/Josue87/EmailFinder
- Owner: Josue87
- License: gpl-3.0
- Created: 2021-05-13T17:34:54.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-09T21:08:54.000Z (almost 2 years ago)
- Last Synced: 2024-11-07T20:54:50.296Z (about 1 month ago)
- Topics: crawler, osint
- Language: Python
- Homepage:
- Size: 38.1 KB
- Stars: 352
- Watchers: 9
- Forks: 68
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- Offensive-OSINT-Tools - EmailFinder - Search emails from a domain through search engines ([↑](#-table-of-contents) Email addresses)
- awesome-hacking-lists - Josue87/EmailFinder - Search emails from a domain through search engines (Python)
README
EmailFinder
EmailFinder is designed to find company emails that are filtered by search engines. This is done by searching for @company.com. The goal has to be to have the minimum amount of emails in the search engines.
## Installation:
```
> pip3 install emailfinder
```Upgrades are also available using:
```
> pip3 install emailfinder --upgrade
```## Search Engines
* google: Ok (note cookies policy and Captcha!).
* bing: OK.
* baidu: OK (few requests).
* bing: Hunting Robots very fast.## Usage
EmailFinder can be used in 2 ways:
### CLI
```
emailfinder -d domain.com
``````
emailfinder -d domain.com -p http://127.0.0.1:8080
```Parameters:
* d: Specifies the target domain.
* v: Show EmailFinder version.
* p: HTTP proxy server URL.### In code
```
from emailfinder.extractor import *emails1 = get_emails_from_google("domain.com")
emails2 = get_emails_from_bing("domain.com")
emails3 = get_emails_from_baidu("domain.com")
```## Example
![image](https://user-images.githubusercontent.com/16885065/118242513-b71e1800-b49d-11eb-82ab-f311ec0bba2c.png)
# Author
This project has been developed by:
* **Josué Encinar García** -- [@JosueEncinar](https://twitter.com/JosueEncinar)
# Disclaimer!
The software is designed to check a company's emails found in the search engines. The author is not responsible for any illegitimate use.