Skip to content

darkbytehunter/DarkMailRecon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🔍 DarkMailRecon v1.0 — Email Info Scanner

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


📌 About

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.


✨ Features

  • ✅ 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

🚀 Usage

  1. Clone or download the tool
  2. Run the script using Python
  3. Enter the target email address when prompted
  4. View results directly on screen and in output.txt / output.html

🧪 Sample Output

Reports saved in:

  • 📄 output.txt
  • 🌐 output.html

🛡️ Use Cases

  • 🔎 OSINT & Reconnaissance
  • 🧪 Email verification
  • 🧰 Penetration testing labs
  • 🔐 Ethical hacking demonstrations

⚠️ Disclaimer

This tool is for educational purposes only.
Unauthorized use of this tool for malicious purposes is strictly prohibited.


👨‍💻 Author

DarkByteHunter
YouTube: DarkByteHunter


📜 License

This project is licensed under the MIT License. See the LICENSE file for details.

Termux Full Install and Setup

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

[TERMUX] Packege Install Comments

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

Start tool command

python DarkMailRecon.py

📌 Contact Me

YouTube
GitHub
WhatsApp Channel

About

DarkMailRecon is an email information scanner that retrieves and analyzes publicly available data associated with email addresses, helping with research, verification, and investigative use.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors