mitmproxy_rs icon indicating copy to clipboard operation
mitmproxy_rs copied to clipboard

The Rust bits in mitmproxy. 🦀

Results 8 mitmproxy_rs issues
Sort by recently updated
recently updated
newest added

Bumps the dependencies group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [smoltcp](https://github.com/smoltcp-rs/smoltcp) | `0.10.0` |...

dependencies
rust

This is a first draft to get first info from running processes: there are a lot of steps before the png image (NSImage -> tif_representation -> bitmap_representation -> png_representation), maybe...

This change is proposed in order to deal with DHCP issues, where the entire machine loses connectivity after a while with mitmproxy running (see https://github.com/mitmproxy/mitmproxy/issues/6902)

Implements https://github.com/mitmproxy/mitmproxy/issues/7418. I had to fork the upstream WireGuard library `boringtun` since the upstream version does not allow to extract handshake keys. The fork is here: https://github.com/ntqbit/boringtun/tree/feature/key_logger The changes made...

When accessing the NAS through Windows Explorer, the TCP handshake packets from the System process (PID=4) are held at the if block on line 188 of the main2.rs. However, when...

It is not enough to use "contains" in my case, that's why I've added it: I want to proxy apps on iOS simulators during ui tests runs. Simulators run in...