临时 #### Trippy ====== * Trippy(代替 traceroute 查看互联网通信的路径,分析网络状况的命令行工具): https://trippy.cli.rs/ .. figure:: https://img.zhaoweiguo.com/uPic/2023/12/LG4zHf.png arp-scan命令 ============ :: sudo apt-get install arp-scan //-interface 选项指明要使用的网口,我们这里是有线网口eth0,即以太网 Ethernet 的缩写 //--localnet 是指明我们要在局域网的网段内使用ARP协议 // sudo arp-scan -interface eth0 --localnet