Answer the question
In order to leave comments, you need to log in
How to programmatically get a list of domain names associated with a particular IP (reverse DNS)?
I'm trying to solve this kind of problem. To be honest, I didn’t even think that problems would appear and I would have to create a question here. But the situation is different.
So. Let's say there is a test address like this: 173.255.243.189
RobTex.com shows about 100 DNS records
I tried using nmap v6.40 (I know that version 6.46 is out, but I have not worked with it yet: Ubuntu 14.04 does not update nmap to this version, and compile from source, waste time with an incomprehensible result on the output is not a hunt) to get a list of records. First googled this page
And tried:
$ nmap -sP -R 173.255.243.189
Starting Nmap 6.40 ( nmap.org ) at 2014-06-17 11:13 MSK
Nmap scan report for nmap.org (173.255.243.189)
Host is up (0.32s latency).
Nmap done: 1 IP address (1 host up) scanned in 0.41 seconds
$ nmap -sP --script http-robtex-reverse-ip --script-args http-robtex-reverse-ip.host='173.255.243.189' 173.255.243.189
Starting Nmap 6.40 ( nmap.org ) at 2014-06- 17 11:01 MSK
Nmap scan report for nmap.org (173.255.243.189)
Host is up (0.19s latency).
Nmap done: 1 IP address (1 host up) scanned in 0.65 seconds
Answer the question
In order to leave comments, you need to log in
How to solve the problem?
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question