PaulDotCom mailing list archives

Re: How find All prefix Domain?


From: Dan King <xxsegfaultxx () gmail com>
Date: Wed, 21 Dec 2011 11:01:55 -0500

Are you asking how to find out a list of all possible top level domain
names for a specific domain?

To find all possible TLDs for a specific domain, you first need a list of
all the possible TLDs. The list is here:

http://data.iana.org/TLD/tlds-alpha-by-domain.txt

You will need to cycle over each one adding your target domain to each. You
could use a bash script to iterate over each one but that's probably a
little messy. There are tools that do this, but I'm not recalling their
names at the moment.

-dan



On Wed, Dec 21, 2011 at 3:04 AM, Mohsen Mostafa Jokar <mohsenjokar () gmail com
wrote:

Hello All.
I see in a book about find all prefix domain with whois command,syntax is :

whois -h whois.crsnic.net "somecompany."

But not work,how find all prefix domain name?

Thanks.

_______________________________________________
Pauldotcom mailing list
Pauldotcom () mail pauldotcom com
http://mail.pauldotcom.com/cgi-bin/mailman/listinfo/pauldotcom
Main Web Site: http://pauldotcom.com




-- 
I live in a world of cold steel and dungeons and mighty foes...
_______________________________________________
Pauldotcom mailing list
Pauldotcom () mail pauldotcom com
http://mail.pauldotcom.com/cgi-bin/mailman/listinfo/pauldotcom
Main Web Site: http://pauldotcom.com

Current thread: