我运行了扫描,插入了 Raspberry Pi,然后再次运行扫描。是否有实用程序或选项nmap
可以让我轻松比较两个扫描输出以找到 Raspberry Pi 的 IP 地址?
使用 nmap 扫描:
nmap -sP 192.168.86.1/24
看起来不能与Macndiff
同时安装:nmap
$ brew install ndiff
Error: Cannot install ndiff because conflicting formulae are installed.
nmap: because both install `ndiff` binaries
Please `brew unlink nmap` before continuing.
Unlinking removes a formula's symlinks from /usr/local. You can
link the formula again after the install finishes. You can --force this
install, but the build may fail or cause obscure side effects in the
resulting software.
答案1
ndiff
应该随 Nmap 一起提供。检查它是否已在您的路径中。如果没有,您可以从 Nmap 源代码树中获取它,因为它只是一个 Python 2 脚本。