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:
sh install_cer.sh
The just generated certificate is located in ./proxyapi/src/ca/proxelar.cer
- Install
.cer
file locally and trust it.
- Configure your local system proxy on
127.0.0.1:8100
.
cargo tauri dev
If you have questions on how to use Proxelar, 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