Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
EmailFinder — Search emails from a domain through search engines | Kitploit
Tools/GitHubGitHub/josue87/emailfinder
OSINT (Open Source Intelligence)ReconnaissanceInformation GatheringEmail HarvestingCrawlerArchived
GitHubjosue87/emailfinder

EmailFinder

Search emails from a domain through search engines

View Repository
4249493 years agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

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:

root@kitploit:~
> pip3 install emailfinder

Upgrades are also available using:

root@kitploit:~
> 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

root@kitploit:~
emailfinder -d domain.com
root@kitploit:~
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

root@kitploit:~
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

Author

This project has been developed by:

  • Josué Encinar García -- @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.

Download Tool