HTTPS/TLS - man in the middle decryption using MITMproxy and Wireshark

In this video, I have explained MITMPROXY as SSL proxy. The main target of using this is HTTPS/TLS man-in-the-middle decryption. The same has been achieved with the help of Wireshark on the SSL proxy server which is also a man-in-the-middle guy. Other complicated configurations like adding SSL certificates to the trusted list and others are also explained in this video. Watch the video till the end. If you are interested in watching a particular section of this video, you can use the following timestamps to navigate to that section. 00:00 - Introduction 01:12 - Content Warning 02:15 - Concept of MITM and SSL proxy 04:26 - SSL certificates in SSL proxy 05:13 - Resources used / Requirements 05:54 - Setting up SSL proxy server 06:22 - mitmproxy (MITM Proxy) as SSL proxy 06:55 - setting up SSLKEYLOGFILE environment variable 07:57 - setting up MITMPROXY_SSLKEYLOGFILE environment variable on Linux 08:54 - Starting up mitmproxy service/server 10:06 - Setting up system-wi
Back to Top