←back to thread

664 points alexflint | 1 comments | | HN request time: 0.205s | source
Show context
mhils ◴[] No.42923987[source]
This is really cool, thank you for sharing! We've built a similar feature for mitmproxy lately, but with different tradeoffs. Our approach does require root and we don't have automated certificate install (yet), but we don't require apps to run in a dedicated namespace (so you can capture already-running processes). Super awesome to see this now, excited to dive into the code and see how you do TCP reassembly etc. :)
replies(1): >>42924573 #
1. alexflint ◴[] No.42924573[source]
Thank you! mitmproxy is fantastic - thanks for all the work that's gone into that project. Maybe we can get in touch and chat about all this stuff.