如何從 Windows 解密其他設備(Wifi 熱點)的 TLS 數據包? (How can I decrypt TLS packets of other devices (Wifi Hotspot) from Windows?)


問題描述

如何從 Windows 解密其他設備(Wifi 熱點)的 TLS 數據包? (How can I decrypt TLS packets of other devices (Wifi Hotspot) from Windows?)

我正在使用 WireShark 監控我的網絡。我將手機連接到 Windows HotSpot,我也可以監控手機的網絡。對於 TLS 解密,我在以下鏈接中應用了步驟:

https://wiki.wireshark.org/TLS#Using_the_.28Pre.29‑Master‑Secret

瀏覽器的 SSL 信息寫入我的 SSLKEYLOGFILE 但我手機的 SSL 信息沒有。我很容易解密瀏覽器數據包,但電話請求仍然是加密的。如何獲取電話數據包的 SSL 信息?有什麼方法可以將 HotSpot 連接的 SSL 信息寫入 SSLKEYLOGFILE 還是有其他解決方案?

編輯:我是加密和網絡的新手。


參考解法

方法 1:

Please setup your Android device to use "Fiddler" tool as a proxy. Then you can use fiddler tool for debugging on Windows. You just need to install fiddler root certificate. Refer below link:

https://www.telerik.com/blogs/how‑to‑capture‑android‑traffic‑with‑fiddler

And to capture iOS Traffic with Fiddler: https://www.telerik.com/blogs/how‑to‑capture‑ios‑traffic‑with‑fiddler

(by Efe AYDINPrasad 14723312)

參考文件

  1. How can I decrypt TLS packets of other devices (Wifi Hotspot) from Windows? (CC BY‑SA 2.5/3.0/4.0)

#tls1.2 #wireshark #Encryption #SSL






相關問題

如何使用 Retrofit 添加 TLS v 1.0 和 TLS v.1.1 (How to add TLS v 1.0 and TLS v.1.1 with Retrofit)

我的 openssl 和 ssl 默認 CA 證書路徑是什麼? (what is my openssl and ssl Default CA Certs Path?)

LDAP 使用端口 389 失敗 (LDAP fails using port 389)

如何配置 Apache 以接受具有 TLS v1.2 的過期客戶端證書? (How configure Apache to accept expired client certificate with TLS v1.2?)

Docker - 將 localhost HTTPS 服務器從容器發佈到主機 (Docker - Publish localhost HTTPS server from container to host)

SChannel 中的密碼套件選擇 (Cipher suite selection in SChannel)

我可以使用任何客戶端證書連接到在容器中運行的 MQTT 代理 (I'm able to connect to MQTT broker running in a container with any client certificate)

如何為通過 Kestrel 服務器託管 PWA 的 UWP 桌面橋應用配置 https (How to configure https for a UWP Desktop Bridge app hosting a PWA via a Kestrel Server)

如何修復 ERR_SSL_VERSION_OR_CIPHER_MISMATCH 錯誤? (How to fix ERR_SSL_VERSION_OR_CIPHER_MISMATCH error?)

在 Apache 2.4.37 中禁用 TLS 1.0 和 1.1 不起作用 (Disabling TLS 1.0 & 1.1 in Apache 2.4.37 not working)

如何從 Windows 解密其他設備(Wifi 熱點)的 TLS 數據包? (How can I decrypt TLS packets of other devices (Wifi Hotspot) from Windows?)

將備用 IP 地址添加到 kubernetes api 服務器 (add alternative IP address to kubernetes api server)







留言討論