From 586cbf76af0afcfd4d09e89a669243cd6cb0a8ac Mon Sep 17 00:00:00 2001 From: Emanuele Faranda Date: Sat, 10 Feb 2024 15:47:12 +0100 Subject: [PATCH] Update tls_decryption.md --- tls_decryption.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tls_decryption.md b/tls_decryption.md index c4004866..3307b267 100644 --- a/tls_decryption.md +++ b/tls_decryption.md @@ -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.