TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Mitmproxy 5.3

168 pointsby cwafflesover 4 years ago

13 comments

mhilsover 4 years ago
Great to see us on HN, even if we don&#x27;t have our 5.3 blogpost up yet :)<p>This release continues our attempts to become a bit more friendly to new users. Our docs now include a beginners guide created by our GSoC student this summer, which hopefully lowers the entry barrier a bit. We still want to improve this substantially, but hey here&#x27;s a first iteration. :)<p>Happy to answer any questions!
评论 #24969387 未加载
评论 #24961934 未加载
tomduncalfover 4 years ago
Came across this recently as a way to proxy a local HTTP server to HTTPS, which you can do with e.g. mitmproxy --mode reverse:<a href="http:&#x2F;&#x2F;localhost:8081&#x2F;" rel="nofollow">http:&#x2F;&#x2F;localhost:8081&#x2F;</a> -p 8082 -q (to make local port 8081 accessible over HTTPS on local port 8082)<p>Looks like a really powerful tool, must make time to learn more about it!
评论 #24961133 未加载
chrisweeklyover 4 years ago
IME mitmproxy (along w mitmdump) provides a remarkably powerful and useful toolset that every web(&#x2F;app) developer should learn.
评论 #24960403 未加载
eatonphilover 4 years ago
We used this in an initial prototype of a black box testing framework. The idea being that you can record responses from AWS and other external systems and play them back at a mitm layer so you can write end to end tests without modifying application code and without setting up all real third party systems.<p>But we ended up switching to our mitm server since it&#x27;s pretty easy to serve http and you just set http_proxy in all relevant application environments and you&#x27;re done!
alexellisukover 4 years ago
Congrats on the release to the maintainers. I like the way this link to mitmproxy credits contributors. What are the maintainers using for release notes?<p>I would also recommend people look at Hetty which I just learned about this week. I have no connection to it. <a href="https:&#x2F;&#x2F;github.com&#x2F;dstotijn&#x2F;hetty&#x2F;releases" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;dstotijn&#x2F;hetty&#x2F;releases</a>
jtsiskinover 4 years ago
Off topic:<p>1. This uses python to allow easy custom scripts. If they instead had wanted to offer the same functionality in a typed language, what would have been the easiest way to do that? Golang?<p>2. The docs are very cool - they have demo “videos” that actually have selectable text, I haven’t seen that before (via <a href="https:&#x2F;&#x2F;asciinema.org" rel="nofollow">https:&#x2F;&#x2F;asciinema.org</a>)
hombre_fatalover 4 years ago
The &quot;native app is always best!&quot; crowd needs to spend more time using mitmproxy for apps on their devices to realize the trade-off they&#x27;re making. At least the web has ublock and a developer toolbar.
评论 #24961970 未加载
cjbprimeover 4 years ago
mitmproxy is great! I wish there was a way to conveniently look at non-HTTP TLS traffic, though. I saw a few documented &quot;TCP mode&quot; options but they don&#x27;t seem to get me access to plaintext. Any ideas?
评论 #24960338 未加载
评论 #24960721 未加载
评论 #24960329 未加载
评论 #24960288 未加载
评论 #24960313 未加载
ChrisMarshallNYover 4 years ago
Why would I consider using this over Charles Proxy?<p>But it does look like a cool project.
评论 #24960568 未加载
评论 #24960428 未加载
kthxbover 4 years ago
used this before for web crawling, very useful tool!
kkmover 4 years ago
Big Big fan of mitmproxy. This is a wonderful tool, and with scripting functionality it helps achieve so much more. I have been introducing this tool to so many developers and quality assessment teams, to not just improve day to day things but also perform privacy assessments w.r.t GDPR etc.<p>Thank you so much for your work. What is the best way to donate to your project?
AmyAlover 4 years ago
Interesting information! thaks for the answers and links
cambinodaover 4 years ago
“Let’s contract out the development of our infrastructure,” they said.<p>“Use the cloud,” they said.
评论 #24962141 未加载