Rbcafe/HOST3R

GitHub: Rbcafe/HOST3R

一款面向防御场景的子域名枚举工具,可自动生成 hosts 文件格式的屏蔽规则。

Stars: 4 | Forks: 3

## HOST3R

host3r

host3r 是一个 Python 工具,旨在枚举特定域名的子域名以进行屏蔽。搜索子域名并将结果粘贴到您的 /etc/hosts 文件中。搜索子域名并将结果保存到文本文件中... ## 安装 ``` git clone https://github.com/rbcafe/host3r cd host3r pip install -r requirements.txt ``` ## Python 版本 HOST3R 现在仅支持 Python 3。 推荐的最低版本:`Python >= 3.10` ## 依赖 `dnspython` 和 `requests` ``` pip install -r requirements.txt ``` ## 用法 短格式 | 长格式 | 描述 ------------- | ------------- |------------- -h | --help | 显示帮助信息并退出 -d | --domain | 要枚举子域名的域名 -o | --output | 将结果保存到文本文件 -6 | --ipv6 | 保存带有 ::1 (ipv6) 的子域名 ### 示例 * 列出所有基本选项: ``python host3r.py -h`` * 枚举特定域名的子域名以进行屏蔽: ``python host3r.py -d example.com`` * 枚举特定域名的子域名并导出生成的 hosts 条目: ``python host3r.py -d example.com -o /usr/local/ban.txt`` * 枚举特定域名的子域名,将其导出,并包含 IPv6 回环地址条目: ``python host3r.py -d example.com -o /usr/local/ban.txt -6`` ## 许可证 host3r 根据 GNU GPL 许可证授权。[LICENSE](https://github.com/rbcafe/host3r/blob/master/LICENSE) 。 ## 致谢 * [Sublist3r](https://github.com/aboul3la/) - host3r 基于 sublist3r 脚本。 ## 版本 **当前版本为 0.1** ## 更多信息 https://www.rbcafe.com/software/host3r/ https://host3r.rbcafe.com
标签:DNS枚举, E803recon, GitHub, Python, 主机文件, 二进制发布, 子域名枚举, 密码管理, 封禁列表, 开源工具, 无后门, 白帽黑客, 系统安全, 网络安全, 网络安全工具, 逆向工具, 隐私保护