Python scapy抓取网卡中的数据包

# encoding: utf-8 from scapy.all import * import threading import sys def dealwith(): print '开始抓包' # 下面的iface是电脑网卡的名称 count是捕获报文的数目 dpkt = sniff(iface="Qualcomm Atheros AR956x Wireless N
相关文章
相关标签/搜索