Finding All Subdomains for a Replicated Site

5 replies
I am trying to locate a tool that will allow me to find all subdomains for a replicated website.

I have been typing in site:nameofdomain.com but this only returns limited results since the search engines do not index all the subdomains (individual user sites)

I am not sure if this is a programming questions but I figured this was the best fit for this question.

Any help would be greatly appreciated.

Thanks,

Justin
#finding #replicated #site #subdomains
  • Profile picture of the author bally chohan
    I also know just this method site:nameofdomain.com .

    is any body know any other method
    Signature

    Personal blog bally chohan

    {{ DiscussionBoard.errors[1232178].message }}
    • Profile picture of the author Bruce Hearder
      I think the site command may be the only way to fins them all, unnless, somehow, they are displayed on the main page of the replicated website..

      When using the site command, don't forget to use both Yahoo, Bing as well as Big G!

      Each of them may have found slightly different subdomains..

      Hope this helps

      Bruce
      {{ DiscussionBoard.errors[1232698].message }}
  • Profile picture of the author joenoon
    Originally Posted by energyappeal View Post

    I am trying to locate a tool that will allow me to find all subdomains for a replicated website.
    Justin,

    Its technically possible if the site's nameserver is configured to allow it. Most admins would know to not allow it though. It's worth a quick couple seconds to find out though, heres how:

    Assuming you want to know all the records (subdomains) for example.com:

    1. You need access to a linux machine because we are going to use the "dig" tool from the command prompt.

    2. Find the nameserver for example.com with this command:

    dig example.com NS

    3. Take the nameserver returned (in this case "a.iana-servers.net") and issue this command:

    dig @a.iana-servers.net example.com axfr

    4. You will either get all the records or "Transfer failed". If you get Transfer failed, you're out of luck.

    Good luck.

    Joe
    {{ DiscussionBoard.errors[1235721].message }}
  • Profile picture of the author NikB
    Originally Posted by energyappeal View Post

    I am trying to locate a tool that will allow me to find all subdomains for a replicated website.

    I have been typing in site:nameofdomain.com but this only returns limited results since the search engines do not index all the subdomains (individual user sites)

    I am not sure if this is a programming questions but I figured this was the best fit for this question.

    Any help would be greatly appreciated.

    Thanks,

    Justin
    I am created an online DNS look up tool that can find all subdomains for a given domain. If name servers allow zone transfers you will get what you want. I am can not post links. Look for website link in my profile.
    {{ DiscussionBoard.errors[1251078].message }}

Trending Topics