LINUX如何扫描局域网内的设备_Nmap工具在LINUX下的主机发现教程

使用Nmap扫描本地网络:1. 打开终端。2. 运行nmap -sn 192.168.1.0/24。3. 查看活跃主机列表,按需调整IP范围。

If you cannot find devices on your local network, use Nmap on Linux: 1. Open terminal. 2. Run `nmap -sn 192.168.1.0/24`. 3. Review the list of active hosts. Adjust IP range as needed.