Python-scapy学习

scapy-arpspoof from scapy.all import Ether,ARP,sendp,getmacbyip Ether:用来构建以太网数据包 ARP:构建ARP数据包的类 sendp:在第二层发送数据包 getmacbyip:返回对应IP的MAC地址python 核心部分: 伪造网关 欺骗目标计算机: Ether(src=[本机MAC],dst=[目标MAC])/ARP(hws
相关文章
相关标签/搜索