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

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

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

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

工具目录

分类

查看所有分类
Loading categories
cngo — 快速获取域名和子域名 CNAME 的 Golang 工具 | Kitploit
工具/GitHubGitHub/0xsnowmn/cngo
侦察网络映射信息收集子域名枚举DNS 分析
GitHub0xsnowmn/cngo

cngo

快速获取域名和子域名 CNAME 的 Golang 工具

查看仓库
1681年前尚未审核

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

cngo v1

快速 Golang 工具,接收包含域名的文件名,并为每个域名获取 cname

s Cngo 的图片

安装

root@kitploit:~
$ go get -u github.com/yghonem14/cngo

基本用法

cngo 只接受文本文件:

root@kitploit:~
$ cngo -f ~/targets/spotify.txt
creativeservice.spotify.com -> creativeservicespotify.s3.amazonaws.com
crashdump.spotify.com -> www.crashdump.s3.amazonaws.com

并发

你可以使用 -c 标志设置并发值:

root@kitploit:~
$ cngo -f ~/targets/spotify.txt -c 35

超时

你可以通过 -t 设置超时:

root@kitploit:~
$ cngo -f ~/targets/spotify.txt -t 3
下载工具