mojojojobeat26-arch/subdomain-enum

GitHub: mojojojobeat26-arch/subdomain-enum

一款基于 Python asyncio 的异步子域名枚举工具,通过字典驱动的并发 DNS 解析快速发现目标域名的子域名。

Stars: 0 | Forks: 0

# 子域名枚举 ## 功能 - ⚡ 使用 asyncio 进行异步 DNS 解析 - 📋 基于字典的发现 - 🌐 通配符检测 - 📊 CSV/JSON 输出 - ⚙️ 可配置的并发性 ## 用法 ``` pip install -r requirements.txt python3 subenum.py example.com -w wordlist.txt python3 subenum.py example.com -w wordlist.txt --json python3 subenum.py example.com -w wordlist.txt -c 50 -o results.json ``` ## 为什么开发这个工具 我需要一个快速、并发的子域名枚举工具来进行安全评估。使用 asyncio 进行 DNS 解析使其比顺序执行的替代方案快得多。 — Faraz ## 许可证 MIT — © 2026 Faraz Mustafa Seyed
标签:asyncio, ATT&CK 框架, GitHub, Python, SYN扫描, 域名解析, 子域名枚举, 无后门, 系统安全, 计算机取证, 逆向工具