If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
These forums remain online primarily for archival purposes. While posting is still possible, it should not be considered a means for support. Please login to our portal and submit a ticket if you require assistance and we'll be more than happy to assist you.
Regular updates are posted to our blog and we will continue to post important notices to the Script Security forum section here. You can subscribe to that forum to automatically receive notifications.
Getting a list of domains for a given IP address? How?
For once, you can just do reverse lookups and if the PTR records are set up correctly here goes your list.
Also, some misconfigured Apache servers would give you an error message if you do an HTTP/1.0 request with a random vhost ServerName in the footer. This way you can enumerate all hosted domains after some trying.
Finally, you can just download the zone files from the root servers and recursively resolve all of the domains in them. Takes some effort, but works flawlessly.
Comment