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

$ go get -u github.com/yghonem14/cngo
cngo 只接受文本文件:
$ cngo -f ~/targets/spotify.txt
creativeservice.spotify.com -> creativeservicespotify.s3.amazonaws.com
crashdump.spotify.com -> www.crashdump.s3.amazonaws.com
你可以使用 -c 标志设置并发值:
$ cngo -f ~/targets/spotify.txt -c 35
你可以通过 -t 设置超时:
$ cngo -f ~/targets/spotify.txt -t 3