Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
工具/GitHubGitHub/st3rven/fronthunter
侦察信息收集Web安全命令与控制红队
GitHubst3rven/fronthunter

fronthunter

FrontHunter 是一款用于测试大量域名列表以识别域前置候选域名的工具。

查看仓库
2231年前Kitploit 审核通过

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享
fronthunter — FrontHunter 是一款用于测试大量域名列表以识别域前置候选域名的工具。 | Kitploit

FrontHunter

FrontHunter 是一款用于测试大量域名的工具,以识别可用于域名前置的候选域名。

域名前置?真的吗?

我知道,我知道……域名前置已经相当陈旧了。但事实是,作为 C2 基础设施中的一个附加功能,它仍然很有用。在域名方面,仍然有很多不错的候选者哦。;)

特性

  • 测试域名列表是否支持域名前置
  • 多线程检查,加快处理速度
  • 可自定义 HTTP 请求参数(标头、超时等)
  • 支持代理使用
  • 基于内容的验证
  • 详细的结果报告

安装

root@kitploit:~
# 克隆仓库
git clone https://github.com/st3rven/fronthunter.git
cd fronthunter

# 安装依赖
pip3 install -r requirements.txt

使用方法

示例

测试单个域名:

root@kitploit:~
python fronthunter.py -c example.com --front-domain target.com

从文件测试多个域名:

root@kitploit:~
python fronthunter.py -f domains.txt --front-domain target.com

使用代理进行测试:

root@kitploit:~
python fronthunter.py -c example.com --front-domain target.com --http-proxy http://proxy.example.com:8080

将结果保存到文件:

root@kitploit:~
python fronthunter.py -c example.com --front-domain target.com -o results.json --output-format json

选项

模式选择

  • -c, --check DOMAIN:检查单个域名
  • -f, --file FILE:从文件检查域名

域名前置检查选项

  • -t, --threads THREADS:使用的线程数(默认:10)
  • --timeout TIMEOUT:HTTP 请求超时秒数(默认:10)
  • --delay DELAY:请求之间的延迟毫秒数(默认:0)
  • --user-agent USER_AGENT:使用的 User-Agent 标头
  • --front-domain FRONT_DOMAIN:在 Host 标头中使用的域名
  • --http-proxy HTTP_PROXY:使用的 HTTP 代理
  • --https-proxy HTTPS_PROXY:使用的 HTTPS 代理
  • --verify-ssl:验证 SSL 证书(默认:False)
  • --port PORT:连接端口(默认:443)
  • --expected-content EXPECTED_CONTENT:预期响应中包含的内容
  • --expected-status EXPECTED_STATUS:预期的 HTTP 状态码

输出选项

  • -o, --output OUTPUT:保存结果的输出文件
  • --output-format {txt,csv,json}:输出格式(默认:txt)
  • --log-file LOG_FILE:保存详细输出的日志文件
  • --quiet:禁止控制台输出,仅显示错误

贡献

欢迎贡献!

这个工具是我不久前开发的,直到最近才决定公开发布。所以,如果你想要添加其他功能,请随时提交 issue。

许可证

本项目采用 Apache License 2.0 许可——详见 LICENSE 文件。

下载工具