Is there any way to figure out all sub-domains of a domain ?
I tried to search for a parsing method but no good - the links are different which finally gets to the subdomain and moreover not all links are available even if I could parse.
Any method to get all sub-domains of a domain name ? I think looking for a php method ? Or some other ?
Thanks
All Sub-domains of a domain name
Moderator: General Moderators
You can have a script go to
http://www.dnsstuff.com/tools/dnstime.c ... com&type=A
and scan it for appropriate data.
http://sourceforge.net/projects/phpwhois/
http://www.dnsstuff.com/tools/dnstime.c ... com&type=A
and scan it for appropriate data.
http://sourceforge.net/projects/phpwhois/
Ok. There is some info here : http://www.freebsdhowtos.com/62.html which is full of unix commands. Is there any way these commands (dig etc) can be integrated and executed in PHP ?
Thanks
Thanks
If you have shell access:
I run fortune on my website by running:
Code: Select all
exec('command-to-run');Code: Select all
exec('fortune -s >fortune.out');There is something I found here : http://inventory.overture.com/d/searchi ... uggestion/
Give yahoo.com it gives some sub-domain names. But only the ones that have large amt of hits - descending - all the sub-domains are not list but they've used a method that can retrieve all the subdomain names - any idea how this is done ?
Thanks
Give yahoo.com it gives some sub-domain names. But only the ones that have large amt of hits - descending - all the sub-domains are not list but they've used a method that can retrieve all the subdomain names - any idea how this is done ?
Thanks