返回顶部
e

email-finder邮件查找器

|

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.1
安全检测
已通过
933
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

email-finder

Email Finder

Discover email addresses associated with a domain using multiple methods.

How It Works

  1. 1. Website Scraping — Fetches homepage, /contact, /about, /team pages and extracts emails via regex
  2. Search Dorking — Searches for published emails in directories and search engines
  3. Pattern Guessing — If a name is provided, generates common patterns (first@, first.last@, flast@, etc.)
  4. DNS Hints — Checks MX/SPF/DMARC records to identify the email provider
  5. SMTP Verification — Verifies all found/guessed emails using RCPT TO

Dependencies

CODEBLOCK0

Usage

Basic domain search

CODEBLOCK1

With name for pattern guessing

CODEBLOCK2

Skip SMTP verification

CODEBLOCK3

Options

  • - --name "First Last" — Enable pattern guessing for a specific person
  • INLINECODE1 — Skip SMTP verification step
  • INLINECODE2 — Connection timeout (default: 10)

Output

JSON to stdout:

CODEBLOCK4

Source values

ValueMeaning
INLINECODE3Found on the domain's website
INLINECODE4
Found via search/directory lookup | | guessed | Generated from name patterns | | dns | Found in DNS records (DMARC reports, etc.) |

Deliverable values

ValueMeaning
INLINECODE7Server accepted the recipient
INLINECODE8
Server rejected the recipient (invalid) | | catch-all | Server accepts all addresses | | unknown | Could not determine | | not_checked | Verification was skipped |

Rate Limiting

The script includes built-in rate limiting at every stage to protect your IP:

CODEBLOCK5

Options

  • - --scrape-delay SECONDS — Pause between website page fetches (default: 0.5)
  • INLINECODE13 — Pause between SMTP verification checks (default: 2.0)
  • INLINECODE14 — Max SMTP verifications per run (default: 15). Remaining emails get not_checked status.

Why rate limiting matters

This tool hits both web servers and mail servers. Without rate limiting:

  • - Web scraping — Aggressive crawling gets your IP blocked by WAFs (Cloudflare, etc.) and makes you look like a bot. Respectful delays avoid this.
  • SMTP verification — Mail servers flag IPs making rapid RCPT TO requests. Your IP can get blacklisted, affecting your ability to send real email.
  • Residential IPs are fragile — Unlike datacenter IPs, your home/office IP is shared across all your internet activity. Getting it blacklisted affects everything.

Guidelines for agents

ScenarioRecommended approach
Single domain lookupDefaults are fine
Domain + name pattern guessing
Defaults are fine (15 SMTP checks covers all patterns) | | Multiple domains in sequence | Add 5-10s pause between domains. Don't run more than 20 domains/day | | Just need the email provider | Use --no-verify — DNS-only, zero risk | | Bulk prospecting (50+ domains) | Use a paid service (Hunter.io, Apollo) or spread across multiple days |

Key principle: The script is designed for targeted lookups, not mass scraping. If you need to process hundreds of domains, use a dedicated service with proper IP reputation management.

Limitations

  • - Website scraping depends on emails being visible in page source (won't find obfuscated/JS-rendered emails)
  • Search engines may block automated queries
  • SMTP verification requires outbound port 25 access
  • Catch-all domains accept all addresses — can't confirm real inboxes
  • Be respectful: the script adds delays between requests but don't run it in tight loops

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 email-finder-1776420005 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 email-finder-1776420005 技能

通过命令行安装

skillhub install email-finder-1776420005

下载

⬇ 下载 email-finder v1.0.1(免费)

文件大小: 7.15 KB | 发布时间: 2026-4-17 19:23

v1.0.1 最新 2026-4-17 19:23
Re-publish: find email addresses via website scraping, search dorking, pattern guessing, DNS analysis, and SMTP verification.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部