this post was submitted on 27 Apr 2025
1 points (100.0% liked)

It's A Digital Disease!

23 readers
1 users here now

This is a sub that aims at bringing data hoarders together to share their passion with like minded people.

founded 2 years ago
MODERATORS
 
The original post: /r/datahoarder by /u/Consistent_Equal5327 on 2025-04-27 17:06:14.

I built a tool that might be of interest if you’re into collecting contact data at scale or want to understand how email discovery really works under the hood — no APIs, no SaaS, no rate limits.

It:

  • Generates all the usual email permutations (john.smith@, j.smith@, etc.)
  • Scrapes the company website for any public addresses
  • Resolves MX records and connects to the mail server directly
  • Uses SMTP commands (HELO, MAIL FROM, RCPT TO) to verify if the address actually exists
  • Outputs a detailed JSON result per contact with score, status, raw responses

It’s fast (written in Rust), fully local, and you can batch process lists from a JSON file. Output is machine-readable for pipelines or enrichment projects.

This gives you full control over scraping, scoring, and SMTP logic.

Happy hoarding

no comments (yet)
sorted by: hot top controversial new old
there doesn't seem to be anything here