Burkhardt0Patrick/Subdomain-Finder

GitHub: Burkhardt0Patrick/Subdomain-Finder

一个通过DNS字典枚举发现目标域名下活跃子主机的轻量级Python安全侦察工具。

Stars: 0 | Forks: 0

# 🔍 子域名查找工具 (Python) 一个通过 DNS 枚举子域名的简单高效工具。 ## 🚀 关于项目 本项目通过使用字典进行子域名验证,测试特定域名下哪些主机处于活跃状态。 本项目开发主要关注: - 🔎 识别自动化 (基础 OSINT) - 🌐 子域名枚举 - 🧠 规范的 Python 项目结构 ## ⚙️ 功能特性 ✔ 通过 DNS 枚举子域名 ✔ 支持使用自定义字典 ✔ 验证活跃主机 ✔ 在终端实时显示结果 ## 📁 项目结构 ``` core/ ├── scanner.py # main scanner logic ├── passive.py # passive enumeration (if any) ├── fingerprint.py # service identification (optional) └── permutation.py # subdomain generation utils/ └── logger.py # logging system wordlists/ └── common.txt # list of subdomains output/ └── results.txt # results generated by the scanner main.py # program entry point requirements.txt # project dependencies ```
标签:DNS枚举, ESC4, GraphQL安全矩阵, OSINT, Python, Python安全工具, Scrypt密钥派生, Transformers, 侦察自动化, 域名安全, 子域名枚举, 子域名爆破, 字典扫描, 安全扫描器, 无后门, 服务指纹识别, 系统安全, 网络安全, 网络安全工具, 逆向工具, 隐私保护