python3+scapy掃描獲取局域網主機ip和mac

python3+scapy掃描獲取局域網主機ip和mac ''' python3 安裝scapy-python3 注:linux,可能須要以root登錄,避免出現permission error Scapy還包含內建函數arping(),該函數實現的功能和以上的兩個命令相似: arping("192.168.1.*") ''' from scapy.all import srp, Ether, A
相關文章
相關標籤/搜索