2017年5月10日

六行代码实现包转发,python scapy实践。

摘要: 先上代码: #!coding:utf-8from scapy.all import * def chgSend(x): send(IP(src='192.168.9.34',dst = '10.191.24.50')/TCP(sport=12345, dport=54023)/x[0].payloa 阅读全文

posted @ 2017-05-10 21:40 solozorro 阅读(1281) 评论(0) 推荐(0) 编辑

导航