Update tls_decryption.md

This commit is contained in:
Emanuele Faranda
2024-02-10 15:47:12 +01:00
committed by GitHub
parent c7336e8f70
commit 586cbf76af
+1 -1
View File
@@ -146,7 +146,7 @@ After installing `mitmproxy`, you need to perform the following steps:
PCAPdroid will now redirect all the TCP traffic to the mitmproxy server, which will proxy the connections and decrypt the TLS traffic. Please note that the PCAP generated by PCAPdroid will still contain the encrypted traffic with the original IP destinations and ports.
## 3.6 Custom Mitm Addons
## 3.6 Custom mitm addons
Since PCAPdroid 1.7.0, you can load your custom [mitmproxy addons](https://docs.mitmproxy.org/stable/addons-overview). The following example will show how to do this to modify the HTTP response of a website.