how to find host name from IP with out login to the host

前端 未结 11 2165
花落未央
花落未央 2021-01-29 21:06

i need to find the host name of a UNIX host whose IP is known with out login to that UNIX host

11条回答
  •  自闭症患者
    2021-01-29 21:41

    The other answers here are correct - use reverse DNS lookups. If you want to do it via a scripting language (Python, Perl) you could use the gethostbyaddr API.

提交回复
热议问题