mitmproxy_rs
mitmproxy_rs copied to clipboard
The Rust bits in mitmproxy. 🦀
Bumps the dependencies group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [smoltcp](https://github.com/smoltcp-rs/smoltcp) | `0.10.0` |...
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)
issue link https://github.com/mitmproxy/mitmproxy/issues/7675
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...