Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 926 Bytes

File metadata and controls

33 lines (24 loc) · 926 Bytes
image

📧 gitmail

A terminal-based GitHub intelligence gathering tool that scans a repository’s commit history to extract publicly exposed author email addresses.
Built with a sleek Rich-powered UI for clarity and usability.

⚠️ Educational & OSINT use only. This tool only retrieves information that is already publicly available via the GitHub API.


✨ Features

  • 🔍 Scan GitHub commits for author emails
  • 📊 Frequency analysis (how often each email appears)
  • 🎨 Beautiful terminal UI using Rich
  • ⚡ Fast and lightweight
  • 🛑 Handles API errors & rate limits gracefully

📦 Requirements

pip install requests rich

🚀 Installation

git clone https://github.com/d0s3c/gitmail.git
cd gitmail
python gitmail.py