Skip to content

mandatoryprogrammer/xcname

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

xcname

###Example usage

Scan a single subdomain record:

./xcname.py -g GANDI_API_KEY -d subdomain.example.com

Scan a list of subdomains for expired CNAME records:

./xcname.py -g GANDI_API_KEY -l domain_list.txt

Perform a zone transfer and if successful parse the results for expired CNAME records:

./xcname.py -g GANDI_API_KEY -z global-transfers-allowed.com

Perform zone tranfsers against a list of domains and parse the results for expired CNAME records:

./xcname.py -g GANDI_API_KEY -l domain_list.txt -z

Print nameservers for a specific domain

./xcname.py -g GANDI_API_KEY -d example.com -ns

About

A tool for enumerating expired domains in CNAME records

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages