首页 > 解决方案 > Python Windows 10 探测请求重播

问题描述

如何在 Windows 10 中使用 Python 2.7 重放探测请求?

我尝试了以下代码,但没有成功。

from scapy.all import * 
sendp(rdpcap(path))
path=PCAP-File

标签: pythonrequestreplayprobe

解决方案


推荐阅读