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
shadow-rs is a Windows kernel rootkit written in Rust, demonstrating advanced techniques for kernel manipulation…
Extract and execute a PE embedded within a PNG file using an LNK file. The…
Embark on the journey of becoming a certified Red Team professional with our definitive guide.…
This repository contains proof of concept exploits for CVE-2024-5836 and CVE-2024-6778, which are vulnerabilities within…
This took me like 4 days (+2 days for an update), but I got it…
MaLDAPtive is a framework for LDAP SearchFilter parsing, obfuscation, deobfuscation and detection. Its foundation is…