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

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

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

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

工具目录

分类

查看所有分类
Loading categories
dnssearch — 一个子域名枚举工具。 | Kitploit
工具/GitHubGitHub/evilsocket/dnssearch
侦察DNS和子域名枚举信息收集
GitHubevilsocket/dnssearch

dnssearch

一个子域名枚举工具。

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

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

dnssearch

这是一个子域名枚举工具。

baby-gopher

目的

dnssearch 接受一个输入域名(-domain 参数)和一个字典文件(-wordlist 参数),然后它会并发执行 DNS 请求,将字典文件的每一行作为子域名,最终暴力破解顶级域名下的所有子域名。

它支持自定义文件扩展名(-ext,默认为 php)和其他可选参数:

root@kitploit:~
Usage of ./dnssearch:
  -consumers int
        Number of concurrent consumers. (default 8)
  -domain string
        Base domain to start enumeration from.
  -wordlist string
        Wordlist file to use for enumeration. (default "names.txt")
  -a bool
        Lookup A records ( default true )
  -txt bool
        Lookup TXT records ( default false )
  -cname bool
        Show CNAME results ( default false )
   

编译

root@kitploit:~
go get github.com/evilsocket/dnssearch
cd dnssearch
go build -o dnssearch main.go

使用 Docker 编译并运行

root@kitploit:~
docker build -t dnssearch .
docker run -it --rm dnssearch

许可证

本项目版权属于 Simone Margaritelli,并采用 GPL 3 许可证发布。

下载工具