Email-Hunter is a simple and powerful OSINT tool that helps you investigate email addresses and collect publicly available information. It can analyze email details, check DNS and WHOIS records, search for online accounts, and generate detailed OSINT reports. It also supports optional API keys to unlock additional features like breach history, Shodan, LeakCheck, and AbuseIPDB lookups.
Hereโs what you can do with Email-Hunter in Termux:
- Investigate email addresses.
- Analyze DNS and WHOIS information.
- Check email risk information.
- Search for public online accounts.
- Check Gravatar and GitHub profiles.
- Export reports as JSON or CSV.
- Use API keys for advanced OSINT lookups.
Install Email-Hunter in Termux
Follow the commands below to install Email-Hunter in Termux. Copy and run each command one by one to install the tool and prepare it for email OSINT investigations.
Update Termux packages.
pkg update && pkg upgrade -yInstall Git and Python.
pkg install git python -yClone the Email-Hunter repository.
git clone https://github.com/tifo234123/email-hunter.gitMove into the project directory.
cd email-hunterInstall the required Python packages.
pip install rich requests dnspython python-whoisRun Email-Hunter.
python mail.pyEmail-Hunter is now installed and ready to use.
Use Email-Hunter in Termux
Once Email-Hunter is installed, you can start investigating email addresses using its interactive menu. Follow the steps below to complete an email OSINT scan.
Run Email-Hunter.
python mail.pyIt will display an interactive menu with different options.
- 1 โ Enter your API keys for the current session (optional).
- 2 โ View information about the supported API keys and where to get them.
- 3 โ Skip API setup and continue without API keys.
You can choose option 1 to enter API keys for the available services. If you don’t have any API keys, choose option 2 to learn how to get them. You can also choose option 3 to investigate the target email without using any API keys.
If you choose option 3, the tool will ask you to enter the target email address:
example@gmail.comAfter entering the email address, Email-Hunter will automatically collect publicly available information and generate a detailed OSINT report, which includes email details, DNS records, WHOIS information, online accounts, and other useful intelligence.
End Note
Email-Hunter is a useful OSINT tool for investigating email addresses and collecting publicly available information. It helps you analyze email details, discover online accounts, and generate detailed reports with just a few simple steps.
