TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Mitmproxy – Open-source console-based proxy

188 点作者 isarat超过 7 年前

17 条评论

bitexploder超过 7 年前
Don&#x27;t forget mitmdump. It is a great way to log sessions and chain to other proxies at the same time.<p>Also, mitmdump is one of the best and fastest ways to get ahold of web requests with Python to modify it on the fly.<p><a href="http:&#x2F;&#x2F;docs.mitmproxy.org&#x2F;en&#x2F;stable&#x2F;mitmdump.html" rel="nofollow">http:&#x2F;&#x2F;docs.mitmproxy.org&#x2F;en&#x2F;stable&#x2F;mitmdump.html</a><p>I have been using mitmproxy over Burp for day to day web app hacking these days. But we still use Burp scanner for lots of chores. I almost always chain through both to then go back in and use Burp features missing in mitmproxy (exploring site contents, etc.). But those are edge cases mostly needed for professional use and not for tinkering.
评论 #15761457 未加载
mrtksn超过 7 年前
It&#x27;s not just a console, it also has a web based interface: <a href="http:&#x2F;&#x2F;docs.mitmproxy.org&#x2F;en&#x2F;stable&#x2F;mitmweb.html" rel="nofollow">http:&#x2F;&#x2F;docs.mitmproxy.org&#x2F;en&#x2F;stable&#x2F;mitmweb.html</a>
评论 #15761716 未加载
eapen超过 7 年前
This tool recently helped me troubleshoot a bug I was facing and unable to solve due to the lack of Safari&#x27;s development tools. Here&#x27;s a link for anyone interested: <a href="http:&#x2F;&#x2F;eapen.in&#x2F;mitmproxy-for-troubleshooting&#x2F;" rel="nofollow">http:&#x2F;&#x2F;eapen.in&#x2F;mitmproxy-for-troubleshooting&#x2F;</a>
c7h超过 7 年前
one of the best tools for reverse engineering mobile apps. I&#x27;m just having problems when certificate pinning is enabled. Does anyone have an idea (or even a solution) how to deal with that?
评论 #15758478 未加载
评论 #15760936 未加载
评论 #15758344 未加载
评论 #15761596 未加载
评论 #15758363 未加载
评论 #15758189 未加载
评论 #15758181 未加载
jenscow超过 7 年前
Just what I was looking for.<p>All I wanted to do was change a request header for one host.<p>After ~15 minutes I now have a transparent MITM https proxy - and I didn&#x27;t even have to google the openssl command.<p>Edit: Also, the documentation is excellent as the software.
brazzledazzle超过 7 年前
This tool has really helped me on several occasions with a wide variety of issues up and down the stack. Even with debugging web apps because while the chrome Dev tools are awesome they (at least at the time as far as I know) didn&#x27;t expose the initial headers&#x2F;network exchange for certain types of auth like NTLM.
评论 #15757790 未加载
评论 #15757921 未加载
ijustdontcare超过 7 年前
<a href="https:&#x2F;&#x2F;docs.mitmproxy.org&#x2F;en&#x2F;latest&#x2F;mitmproxy.html" rel="nofollow">https:&#x2F;&#x2F;docs.mitmproxy.org&#x2F;en&#x2F;latest&#x2F;mitmproxy.html</a> Nice TLS work
Lightbody超过 7 年前
Although I don&#x27;t contribute to it anymore, I worked on a similar project that seems to have some continued activity:<p><a href="https:&#x2F;&#x2F;github.com&#x2F;lightbody&#x2F;browsermob-proxy" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;lightbody&#x2F;browsermob-proxy</a><p>It&#x27;s Java-based and forked out from some old MITM code from Selenium. It has a bunch of APIs for manipulating traffic, tweaking DNS resolution, rewriting content, etc. Just passing along in case anyone is looking for alternatives.
jwilk超过 7 年前
Beware that it listens on all interfaces by default:<p><a href="https:&#x2F;&#x2F;github.com&#x2F;mitmproxy&#x2F;mitmproxy&#x2F;issues&#x2F;1293" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;mitmproxy&#x2F;mitmproxy&#x2F;issues&#x2F;1293</a><p>I learned this the hard way. If you run a proxy on an unfirewalled machine with public IPv4, it&#x27;s going to be abused <i>really</i> fast. :-(
platz超过 7 年前
Mitmproxy works pretty well for HTTPS - but it doesn&#x27;t seem to generate HTTPS certs as well as Fiddler does
评论 #15761260 未加载
pvg超过 7 年前
Many previous discussions:<p><a href="https:&#x2F;&#x2F;hn.algolia.com&#x2F;?query=mitmproxy&amp;sort=byPopularity&amp;prefix=false&amp;page=0&amp;dateRange=all&amp;type=story" rel="nofollow">https:&#x2F;&#x2F;hn.algolia.com&#x2F;?query=mitmproxy&amp;sort=byPopularity&amp;pr...</a>
abraae超过 7 年前
I was just looking for something like this. Googling led me to Charles proxy, which seems a pretty capable tool, and I&#x27;m growing fond of it though the Java UI is jarringly ugly.<p>Does anyone have any experience with charles vs mitmproxy?
mpeg超过 7 年前
I love mitmproxy, super easy to use (and to install an interception certificate) and the scripting support makes it very useful for pentesting iOS app traffic etc where I can&#x27;t easily modify the client
评论 #15756983 未加载
humanjvm超过 7 年前
I&#x27;ve been using mitmproxy to inspect HTTPS traffic. Are there any Chrome&#x2F;Wireshark configurations to allow me to inspect HTTPS with Wirshark?
diegorbaquero超过 7 年前
Mitmproxy is amazing! And you can get it easily in macOS with brew. Highly recommended
sheharyarn超过 7 年前
I love Mitmproxy and how easy it is to use! One of my favorite pentesting tools!
CameronBanga超过 7 年前
mitmproxy is great for iOS and Android pen testing. A must have tool.