This package contains the following precompiled binaries for Linux:
mitmproxy-linux-redirector
: A Rust executable that redirects traffic to mitmproxy via eBPF.
This package requires the following software to build (via https://aya-rs.dev/book/start/development/#prerequisites):
- Rust nightly.
- bpf-linker:
cargo install --locked bpf-linker
- Install build dependencies (see above).
- Install mitmproxy_linux as editable:
pip install -e .
- Run something along the lines of
mitmdump --mode local:curl
.
You should see aDevelopment mode: Compiling mitmproxy-linux-redirector...
message.