使用sudo apt-get install arp-scan 安装(确保网络链接正常)
利用ifconfig 或ip addr 查看本机的ip地址,一般有线在interface en0/eth0, 无线在wlan0上.
ifconfig
然后就可以查看同一局域网的其他设备
sudo arp-scan -I eth0 --localnet
simply-static
domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init
action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/html/wp-includes/functions.php on line 6121使用sudo apt-get install arp-scan 安装(确保网络链接正常)
利用ifconfig 或ip addr 查看本机的ip地址,一般有线在interface en0/eth0, 无线在wlan0上.
ifconfig
然后就可以查看同一局域网的其他设备
sudo arp-scan -I eth0 --localnet