Skip to content

hussein98d/gocnamex

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

cngo v1

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

Image of Cngo

Install

$ go get -u github.com/yghonem14/cngo

Basic Usage

cngo accepts only text files:

$ 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:

$ cngo -f ~/targets/spotify.txt -c 35

Timeout

You can set the timeout by using the -t:

$ cngo -f ~/targets/spotify.txt -t 3

About

Fast Golang Tool To Get Cname For Domains and Subdomain

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%