Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
cngo — Fast Golang Tool To Get Cname For Domains and Subdomain | Kitploit
Tools/GitHubGitHub/0xsnowmn/cngo
ReconnaissanceNetwork MappingInformation GatheringSubdomain EnumerationDNS Analysis
GitHub0xsnowmn/cngo

cngo

Fast Golang Tool To Get Cname For Domains and Subdomain

View Repository
1681 year agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

cngo v1

Fast Golang Tool take a filename with domains and get cname for every domain

s Image of Cngo

Install

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

Basic Usage

cngo accepts only text files:

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

Concurrency

You can set the concurrency value with the -c flag:

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

Timeout

You can set the timeout by using the -t:

root@kitploit:~
$ cngo -f ~/targets/spotify.txt -t 3
Download Tool