问题标签 [nslookup]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
261 浏览

bash - bash nslookup 无心运行 ls

当我跑

在 bash 中,它列出了所有文件(独立于(不存在的)IP 地址)。这是一个未记录的错误,还是发生了什么?

我确实意识到这里不需要回声。

0 投票
3 回答
25132 浏览

php - 使用不同的名称服务器解析 PHP 中的主机名

如何使用 PHP 将主机名解析为 IP 地址,但使用不同的名称服务器(例如OpenDNSGoogle Public DNS)。

似乎无法使用dns_get_record()gethostbyname()系统上当前设置的名称服务器不同的名称服务器(在 TCP/IP 设置中或在 中/etc/resolv.conf)。

我发现的唯一方法是使用 PEAR 类 Net/DNS,但它在 PHP 5.4 下给了我很多警告

0 投票
1 回答
1323 浏览

objective-c - 在 Objective-C 中使用自定义 DNS 服务器进行 DNS 查找

从 Mac OS X 应用程序中,我想使用特定的 DNS 服务器(尚未在系统偏好设置中设置)解析一些域名,并轻松检索解析的地址。

我可以在终端中做到这一点,nslookup google.com DNS_SERVER但在 Objective-C 中找不到简单的方法来完成它。我虽然NSHost有类似的方法来指定要解析的 DNS 服务器,但不幸的是它没有。

关于如何解决这个问题的任何建议?

0 投票
2 回答
4030 浏览

python - nslookup 一个 IP 地址。一些问题!!!需要python脚本

我为这个IP做nslookup ..

nslookup 74.125.225.79

主机名如下:

主机名:ord08s07-in-f15.1e100.net

--

但是当我浏览到 74.125.225.79 或使用 ord08s07-in-f15.1e100.net

它带我去google.com

我知道这是一个重定向。

--

问题是.. 我可以在命令行(或在 python 脚本中)使用什么命令来循环遍历文本文件中的多个 IP 地址,以便我可以直接访问最终域名。

74.125.225.79 -> www.google.com(或类似名称)而不是某些服务器名称...例如 ord08s07-in-f15.1e100.net

我需要的原因是...我从我们的用户浏览的日志文件中列出了几个 ip 地址,我需要找出他们去了哪些网站...将 ip 映射到他们在浏览器。

我有一个 python 脚本,它使用以下命令循环文件:

但我需要在浏览器上看到的最终目的地。

0 投票
2 回答
1088 浏览

linux - 将来自 nslookup 的结果放入列中

我在测试文件中有一个主机列表。我正在尝试将输出组织成 3 列。我想对主机名和 ilo-hostname 进行 nslookup 并将结果放入如下列中。

编辑:我现在有一个看起来像这样的文件

Hostname
IloHostname
Hotname
IloHostname
Hostname** server can't find IloHostname: SERVFAIL //当 Ilohostname 未找到或不存在时

用于创建此文件的脚本

list3 是 nslookup 的输出

0 投票
1 回答
517 浏览

google-chrome - DNS 在 Windows 7 上不起作用

昨天,我的互联网停止工作。我无法通过 IE/Chrome 访问互联网,但 Firefox 仍然可以使用。我已经重置了 Winsock。通过名称 Ping 也不起作用,但使用 ip 仍然有效。对 google.com 之类的东西进行 NSLookup 确实可以提供正确的 IP,我仍然可以使用该 IP 进行浏览。最奇怪的是,Firefox 仍然有效。我检查了我的设置,没有配置代理。我还使用 Wireshark 进行了一些嗅探,当我 ping google.com 时,它确实向 8.8.8.8 发送了一个请求,并获得了具有正确 IP 的有效响应(就像 nslookup 一样)。但是,ping(和 IE/Chrome)仍然说它找不到主机(google.com)。

有谁知道这个问题?我已经搜索了两天,但我似乎无法在互联网上找到答案。我想确保在重新安装 Windows 7 之前我已经尝试了所有方法。

0 投票
2 回答
8235 浏览

java - Different results between nslookup and Java's InetAddress getHostName

I'm trying to write a simple java program that will return the dns names of ip addresses which I do using the following code:

When a dns name is registered getHostName() returns this name and when there is no existent dns name the ip address is returned.

For many addresses the above code doesn't return any while the nslookup command returns.

For example, for the address 82.117.193.169 nslookup returns peer-AS31042.sbb.rs while getHostName() returns only the address. This doesn't happen for all the addresses but for a large number of cases.

0 投票
9 回答
72215 浏览

python-module - 用于 nslookup 的 python 模块

是否有一个 python 模块与 nslookup 做同样的事情?我打算使用 nslookup 来挖掘有关要报废的 URL 域的一些信息。我知道我可以使用 os.sys 来调用 nslookup 但我只是想知道是否已经有一个 python 模块。提前致谢!

0 投票
1 回答
5729 浏览

c++ - c/c++ 中的 DNS 查找

我必须编写一个有点像 dig 和 nslookup 的 C/C++ 程序:它必须知道任何站点的 IP 地址。它应该像 dig www.example.com MX +short 命令那样做。我无法想象如何做到这一点。有任何想法吗?

0 投票
4 回答
25008 浏览

powershell - 从 PowerShell 执行 nslookup

我正在编写一个 powershell 来从服务器名称中获取 ip,这需要我将 nslookup 代码嵌入到我的 powershell 中

我该如何做整合工作?

有谁能够帮我?