h8mail
Email open source intelligence and breach hunting tool that queries different breach and reconnaissance services or local breaches like Troy Hunt’s Collection1 and Breach Compilation torrent.
Description
h8mail is an email OSINT and breach hunting tool designed to search for compromised email credentials across various online breach services and local breach databases. It supports inputs like direct email targets, URL parsing for emails, and local breach files, making it useful for security researchers and penetration testers investigating potential data exposures.
Use cases include reconnaissance during security assessments, verifying if specific email addresses appear in known breaches, and gathering intelligence on targets by checking against massive collections like the Breach Compilation torrent. The tool emphasizes responsible use, as indicated in its ASCII art banner.
It integrates with services for real-time breach lookups and handles local files in formats like BC_PATH or GZIP_SRC, providing outputs in standard or JSON formats for further analysis.
How It Works
h8mail operates by accepting email targets, URLs to parse for emails, or queries, then querying remote breach and reconnaissance services or scanning local breach databases such as Troy Hunt’s Collection1 and Breach Compilation files. It supports pattern matching for emails from inputs or files, URL page parsing, globbing for file paths, and options for chasing related data with limits. Outputs can be directed to files or JSON, with configurations loaded from files or CLI API keys for service access.
Installation
sudo apt install h8mailFlags
Examples
h8mail -hh8mail -t target@example.comh8mail -t targets.txth8mail -t target1@example.com target2@example.comh8mail -u https://example.comh8mail -u urls.txt -o output.txth8mail -bc /path/to/breach.fileh8mail --gen-config