Skip to content

edoceo/domainator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

domainator

This tool searches all the domains for your name

git clone $REPO
cd $REPO
go get
go build

Dependencies

Operation

You must create the dns-list and tld-list files first.

Then run ./domainator --name=example and it will check for all the domains.

You may have to set ulimit -n 2048 to make this work, since it opens a lot of ports all at once.

DNS and TLD files

This tool uses two files ./dns-list.tab and tld-list.tab which have been manually constructed. The dns-list is the list of servers we'll query, round-robin. The tld-list is the set of TLDs that will be queried.

You can get some details on domains [https://www.iana.org/domains/root/files](from IANA).

TLD Files

Run these in the project directory.

  • wget 'https://www.internic.net/domain/root.zone'
  • wget 'https://data.iana.org/TLD/tlds-alpha-by-domain.txt'

Domain Stats

Misc Notes

About

Search all TLDs for a name, super fast

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages