EmailFinder is a tool to search emails through Search Engines. The software is designed to check a company’s emails found in the search engines
|_ Author: @JosueEncinar
|_ Description: Search emails from a domain through search engines.
|_ Version: 0.1b
|_ Usage: emailfinder -d domain.com
Installation
> pip3 install emailfinder
Upgrades are also available using
> pip3 install emailfinder –upgrade
Search Engines
Usage
EmailFinder can be used in 2 ways:
CLI
emailfinder -d domain.com
Parameters:
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
Kali Linux 2024.4, the final release of 2024, brings a wide range of updates and…
This Go program applies a lifetime patch to PowerShell to disable ETW (Event Tracing for…
GPOHunter is a comprehensive tool designed to analyze and identify security misconfigurations in Active Directory…
Across small-to-medium enterprises (SMEs) and managed service providers (MSPs), the top priority for cybersecurity leaders…
The free and open-source security platform SecHub, provides a central API to test software with…
Don't worry if there are any bugs in the tool, we will try to fix…