Rust-based Man in the Middle proxy, an early-stage project aimed at providing visibility into network traffic. Currently, it displays both HTTP and HTTPS requests and responses, but our future goal is to allow for manipulation of the traffic for more advanced use cases.
- 🔐 HTTP / HTTP(s)
- 🖱️ Gui
- ⌨️ Possibility of choosing a customised address and listening port
- 🔍 Details for each request and response
- 🎯 Filtering the list of requests by method
- ❌ Deleting a single request from the list
- 🚫 Clear all requests and clean the table
- 🌌 Dark / light theme
- Generate a Certificate:
- go to
~proxyapi/src/ca/
- start generation with following terminal command:
openssl req -x509 -newkey rsa:4096 -keyout mitmproxy.key -out mitmproxy.cer -sha256 -days 700000 -nodes
- You can just hit
Enter
to accept default options but keep in mind to add at least acommon name
- Install
.cer
file locally and trust it.
- Configure your local system proxy on
127.0.0.1:8100
.
If you have questions on how to use Man In The Middle Proxy, please use GitHub Discussions!
Contributions are always welcome!
See contributing.md
for ways to get started.
Please adhere to this project's code of conduct
.
See LICENSE-APACHE, LICENSE-MIT for details