我可以使用scapy将图像或文档(以MB为单位)作为数据插入数据包吗?
这就是我发送数据的方法.
data = "University of texas at San Antonio" a = IP(dst="129.132.2.21")/TCP()/data send(a)
python packet-capture scapy packet
packet ×1
packet-capture ×1
python ×1
scapy ×1