Skip to content

Check if the subdomains have cnames to the same tld or 3rd party service

Notifications You must be signed in to change notification settings

sumgr0/cname-check

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 

Repository files navigation

cname-check

Check if the subdomains have cnames to the same tld or 3rd party service

Usage:

bash cname.sh subdomain_file

or

chmod +x cname.sh ./cname.sh subdomain_file

The output will be 3 different files:

  1. no_cname: Subdomains with No CNAMEs
  2. host_match: Subdomains with same tld as CNAME, ideally redirects to same host
  3. cname_out: Subdomains pointing to 3rd party services/CNAMEs

About

Check if the subdomains have cnames to the same tld or 3rd party service

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages