摘要: import time import re import os from scapy.all import * from threading import Thread #定义变量函数 wifi='RNDIS' rtable=os.popen('route print').read() print( 阅读全文
posted @ 2022-11-13 18:01 myrj 阅读(59) 评论(0) 推荐(0) 编辑
摘要: from winpcapy import WinPcapDevices from winpcapy import WinPcapUtils import dpkt import time import datetime # list_device = WinPcapDevices.list_devi 阅读全文
posted @ 2022-11-13 08:33 myrj 阅读(296) 评论(0) 推荐(0) 编辑