
Strumento Golang veloce per ottenere Cname per domini e sottodominio
Strumento Golang veloce che prende un file con domini e ottiene il cname per ogni dominio
s

$ go get -u github.com/yghonem14/cngo
cngo accetta solo file di testo:
$ cngo -f ~/targets/spotify.txt
creativeservice.spotify.com -> creativeservicespotify.s3.amazonaws.com
crashdump.spotify.com -> www.crashdump.s3.amazonaws.com
Puoi impostare il valore di concorrenza con il flag -c:
$ cngo -f ~/targets/spotify.txt -c 35
Puoi impostare il timeout usando -t:
$ cngo -f ~/targets/spotify.txt -t 3