【发布时间】:2019-04-14 09:54:41
【问题描述】:
我正在关注以下帖子以在 Windows 上使用 Wireshark 3.0.1 显示 WEP 密钥
Multiple WEP keys which can be retrieved from the Pcap file
但是,虽然我看到了 WEP 相关参数,例如 IV 和 ICV,但我看不到 WEP 密钥
如何获取无线接入点的 WEP 密钥?
我还使用以下命令在命令行上尝试了 tshark
tshark -R wlan.wep.key -2 -Tfields -eframe.number -r file.pcap
但我得到以下信息(显示上述命令输出的最后几行,但看起来都像这样)
19401 0
19402 0
19403 0
19404 0
19405 0
19406 0
19407 0
19408 0
19409 0
19410 0
【问题讨论】: