摘要: 1 from scapy.all import * 2 3 pkt = Ether(src='11:22:33:44:55:77', dst='11:22:33:44:55:66')/ARP(op="who-has", pdst='1.1.1.200') 4 sendp(pkt, inter=1, 阅读全文
posted @ 2018-12-10 10:48 salami_china 阅读(4293) 评论(0) 推荐(0)