I'm trying to get all of the domains associated with a given ip address using Unix commands or php.
I've tried dig or nslookup but they give a hostname but not all the domains.
If you enter a given ip into senderscore.org it will give a report with all the domains associated with that ip. How are they doing that? Is it a Unix command or some php function they use for that?
Any thoughts or advice would be appreciated.