我试图提高我对 DNS 系统的理解,并且对 domaintools.com 如何设法解析与 IP 地址关联的所有 DN 感到困惑。
在玩了 dig 之后,我被卡住了。
域上的示例 dressupgames.com
使用挖掘::
$ dig +short dressupgames.com
173.231.156.28
$ dig +short -x 173.231.156.28
28.24/29.156.231.173.in-addr.arpa.
$ dig +short 28.24/29.156.231.173.in-addr.arpa
67.215.65.132
$ dig +short -x 67.215.65.132
hit-nxdomain.opendns.com.
$ dig +short hit-nxdomain.opendns.com
67.215.65.132
Run Code Online (Sandbox Code Playgroud)
大概 173.231.156.28 是 67.215.65.132 (?) 的别名。现在使用 DomainTools Web 界面http://www.domaintools.com/research/reverse-ip/我得到了 129 个结果的承诺。
如何使用命令行工具找到这些结果?