Maximilian Hils

Results 60 issues of Maximilian Hils

- [ ] Later (not this PR): Add raw UDP layer - will be useful as a fallback for everything. - [x] Dumper: Only dump on DNS response (as we...

Many mitmproxy users only want to proxy one specific application. We already have a [`browser.start` command](https://github.com/mitmproxy/mitmproxy/blob/ef69701b0a64df97fc92ed568d39eed987fe8bdf/mitmproxy/addons/browser.py#L29-L74) to boot up a Chrome instance, it would be very useful to have similar...

kind/feature
help wanted
area/addons
kind/ux

Some of my favorite command line tools display some sort of quick help at the bottom of the screen: nano htop I feel that mitmproxy would greatly benefit from some...

help wanted
area/console
kind/ux

#### Problem Description Right now, editing a request or response body opens the default text editor. This is a bad choice for binary formats, which should much rather be opened...

kind/feature
help wanted
kind/ux

(depends on cryptography 38) Follow-up to https://github.com/pyca/cryptography/pull/7210. :) I've added comments to point out the duplication between Context and Connection. Let me know if you want those out, happy to...

Hey folks, I'm currently debugging a memory leak in mitmproxy which I think is rooted somewhere outside of our codebase. In short: 1. We see a slow but unbounded (heap)...

Hi there, I tried to hunt down https://github.com/mitmproxy/mitmproxy/issues/472 today and encountered a strange pyOpenSSL bug. If the server 1. requests renegotiation (`Hello Request`), 2. (unsuccessfully) asks for a client certificate...

Hi folks! First off thanks for the fantastic work you are doing here! We recommend objection for @mitmproxy users to bypass certificate pinning[^1] and have only received overall great feedback...

✨enhancement

hey any chance we can create a ticket for the markdown output support? I saw there is one that was closed but the markdown branch is over a hundred commits...

enhancement

Hi folks, pdoc has picked up steam again and we've just shipped a new stable release. 🚀 This release fixes many longstanding issues, but also removes a few beloved features,...