A powerful and easy-to-use Email Information Gathering Tool for Termux & Linux.
Extract valuable metadata from any email address — quickly and efficiently.
🎯 Created by: DarkByteHunter
🎥 YouTube: DarkByteHunter
DarkMailRecon helps in analyzing email addresses by gathering data like domain registrar, creation date, IP address, geolocation, DNS records, blacklist status, and more.
All this without using paid APIs — pure Python and open-source OSINT techniques.
- ✅ Email format validation
- ✅ Username & domain extraction
- ✅ Disposable email detection
- ✅ WHOIS lookup (Registrar & Domain Age)
- ✅ Domain IP & Geo-IP based location
- ✅ DNSSEC and blacklist check
- ✅ SPF & DMARC record fetch
- ✅ MX records detection
- ✅ Gravatar presence check
- ✅ Reverse IP lookup (top 10 domains)
- ✅ HTML and Text report generation
- Clone or download the tool
- Run the script using Python
- Enter the target email address when prompted
- View results directly on screen and in
output.txt/output.html
Reports saved in:
- 📄
output.txt - 🌐
output.html
- 🔎 OSINT & Reconnaissance
- 🧪 Email verification
- 🧰 Penetration testing labs
- 🔐 Ethical hacking demonstrations
This tool is for educational purposes only.
Unauthorized use of this tool for malicious purposes is strictly prohibited.
DarkByteHunter
YouTube: DarkByteHunter
This project is licensed under the MIT License. See the LICENSE file for details.
apt update && apt upgrade && apt install git php && apt install python && git clone https://github.com/darkbytehunter/DarkMailRecon.git && cd DarkMailRecon && pip install -r requirements.txt && python DarkMailRecon.py
apt update && apt upgrade -y
apt install php git -y
apt install python -y
git clone https://github.com/darkbytehunter/DarkMailRecon.git
cd DarkMailRecon
pip install -r requirements.txt
python DarkMailRecon.py