Posted on September 25, 2019 at 11:15 pm
Download and install Mitmproxy on your Windows machine via:
https://mitmproxy.org/#mitmproxy
Open and edit Firefox (or other browser) to use the Mitmproxy loopback as proxy:
Open Windows Command Prompt (cmd.exe) and run Mitmproxy:
cd "C:\Program Files (x86)\mitmproxy\bin" mitmdump.exe |
Now you need to install the Mitmproxy CA certificate.
Visit http://mitm.it, click on “Other” and select “Trust this CA to identify web sites”:
Once the CA certificate is installed, visit an HTTPS website, i.e https://www.twitter.com
You should see the HTTPS connections are now logged in Mitmproxy console:
To log Mitmproxy events in a file just run mitmdump with >>, example:
mitmdump.exe >> C:\Users\Dev\Desktop\mitm.log |
All logged HTTPS traffic will be saved to mitm.log file!
Other Posts
- Set OpenVPN to Listed on a Specific IP Address
- Bash Trim Leading and Trailing Whitespace from a String
- Bash Get Name of Ethernet Network Interface
- VPN Providers with Dedicated Static IP Address
- OpenVPN Iptables Rules
- WireGuard VPN Iptables Rules
- How to Install WireGuard VPN in Debian 10 Buster
- Bash: No space left on device (inodes issue)
Updated Posts
- Add Desktop shortcut for all Windows PC users
- How to pass custom command-lien parameters in InnoSetup
- Programmatically create desktop icon with InnoSetup
- GeneratePress - a Lightweight WordPress Theme 2021
- InnoSetup disable DesktopIcon via command-line
- Use cURL to authenticate with JWT Bearer tokens
- Detect VMWare Virtual Machine
- Detect Microsoft Virtual PC Virtual Machine