如何查找未知设备的静态 IP 地址
查找任何未知设备静态 IPv4 地址的最简单方法是 netdiscover。
最简单且最可靠的方法是直接连接到设备的网络接口上使用暴力模式。
netdiscover-scan.sh
sudo netdiscover -S -f -i eth0示例输出
netdiscover-output.txt
Currently scanning: Finished! | Screen View: Unique Hosts
2 Captured ARP Req/Rep packets, from 2 hosts. Total size: 120
_____________________________________________________________________________
IP At MAC Address Count Len MAC Vendor / Hostname
-----------------------------------------------------------------------------
192.168.0.1 90:1b:0e:d7:ae:23 1 60 Fujitsu Technology Solutions GmbH
192.168.128.1 90:1b:0e:d7:ae:23 1 60 Fujitsu Technology Solutions GmbH其他方法
以前,我使用 wireshark 并手动尝试 IP 地址,但由于暴力模式如此易于使用且只需几秒钟,真的没有理由用其他方式做这件事。
Check out similar posts by category:
Networking
If this post helped you, please consider buying me a coffee or donating via PayPal to support research & publishing of new posts on TechOverflow