How to check what is other website is on same domain?

Discussion in 'Site & Server Administration' started by BannerSpot, Mar 12, 2007.

  1. #1
    Anyone knows how to do this??

    Thanks for your help. Really appreciated it. :)
     
    BannerSpot, Mar 12, 2007 IP
  2. ThreeGuineaWatch

    ThreeGuineaWatch Well-Known Member

    Messages:
    1,489
    Likes Received:
    69
    Best Answers:
    0
    Trophy Points:
    140
    #2
    Do you mean find all the A records that point to a particular IP address? There is no easy way to do that with standard DNS tools unfortunately. However, if you go to www.whois.sc and use their reverse lookup tool, it might come close to what you are looking for.
     
    ThreeGuineaWatch, Mar 12, 2007 IP
  3. BannerSpot

    BannerSpot Peon

    Messages:
    462
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Yes i need to know what is the other website is on the same server as xxxx domain name.

    Anyone knows?
     
    BannerSpot, Mar 12, 2007 IP
  4. ThreeGuineaWatch

    ThreeGuineaWatch Well-Known Member

    Messages:
    1,489
    Likes Received:
    69
    Best Answers:
    0
    Trophy Points:
    140
    #4
    Hi,

    I mentioned the answer above. You'll need to do something like

    $ host -t A domain_you_are_interested_in.com
    Code (markup):
    Then take that IP address and go to www.whois.sc and perform a reverse lookup on the IP address. That will tell you how many and which other web sites are running on that IP address. There is no single standard tool you can use to do this.
     
    ThreeGuineaWatch, Mar 12, 2007 IP
  5. rootbinbash

    rootbinbash Peon

    Messages:
    2,198
    Likes Received:
    88
    Best Answers:
    0
    Trophy Points:
    0
    #5
    ls -al /var/named
     
    rootbinbash, Mar 13, 2007 IP
  6. GigaSEO.com

    GigaSEO.com Peon

    Messages:
    111
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Reverse IP Look UP. Better use this service whois.sc
     
    GigaSEO.com, Mar 13, 2007 IP