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
相關文章
相關標籤/搜索