📜  在本地网络 ubuntu 上查找 ip 地址 - Python 代码示例

📅  最后修改于: 2022-03-11 14:45:13.001000             🧑  作者: Mango

代码示例1
Generally, nmap is quite useful to quickly scan networks.

To install nmap, enter the following command in the terminal:

sudo apt-get install nmap

Once the application is installed, enter the following command:

nmap -sn 192.168.1.0/24