Maximilian Hils

Results 341 comments of Maximilian Hils

@flanter21: this is blocked on https://github.com/actions/runner-images/issues/768

Thank you for raising an issue before starting your work! 🍰 Generally happy to add AMF parsing, my only concern here is that I'd like to avoid adding a dependency...

Thanks for the update! Our Kaitai defs are in https://github.com/mitmproxy/mitmproxy/tree/main/mitmproxy/contrib/kaitaistruct , https://github.com/search?q=repo%3Amitmproxy%2Fmitmproxy+kaitaistruct&type=code should show usages. :) On Wed, Mar 27, 2024, 20:46 6600024d ***@***.***> wrote: > Hey, status update: I...

> observe that no traffic is captured by the mitmproxy output This sounds like your browser client is not sending localhost traffic to the proxy - so that more of...

Transparent mode on Windows is not really supported / very janky. The intended replacement for that is local redirect mode. Can you clarify why that does not work for you...

> if I run "mitmproxy --mode local" I immediately see other HTTP traffic which is not from my use case I just described. In fact as soon as I begin...

> "TCP connection handler coroutine raised an exception" Do you have more details / a traceback? This should not happen.

The best approach would probably to run `mitmdump` (mitmproxy without TUI or web UI), capture for a short time, and check what kind of logging you get on stdout/stderr. Does...

User question: Do you ever have an interest in viewing the raw contents here? I like how this gets us pretty close to what we want with very little effort....

We're currently using the ReadFileStdin addon for mitmdump only, but I think we can enable it for mitmweb as well. For mitmproxy it won't work because we need stdin for...