Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用pcap2har从 pcap 提取到 har (HTTP 存档)文件。但是,当 pcap 文件包含 https 数据包时,它会忽略所有 https 数据包。
如何避免?或者以任何其他方式从包含 https 的 pcap 文件中获取 har 文件?
谢谢你。
HTTPS 是 TLS 隧道内的 HTTP。如果您查看 pcap,您只能看到 TLS 隧道内的加密流量,但您无法从中提取 HTTP 请求来创建 HAR,因为您需要解密的流量。