Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
例如,假设我要列出 google.com 的所有三级域。该列表应该看起来像
translate.google.com plus.google.com
等等。是否可以获得任意二级域的列表?
在实践中,没有。
如果域的所有者愿意,它可能适用于特定域。找到相关域的名称服务器 ( dig ns google.com),然后要求其中一个进行区域传输 ( dig axfr google.com @ns1.google.com) 并查看您是否获得名称列表或简短的错误消息。
dig ns google.com
dig axfr google.com @ns1.google.com