摘要:
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
阅读(72)
评论(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
阅读(364)
评论(0)
推荐(0)