mitmproxy-java
mitmproxy-java copied to clipboard
mitmproxy作为一款出色中间人攻击工具,它在渗透、爬虫、ajax-hook、抓包等场景中表现的相当稳定和出色。但由于原生项目是python的缘故,使得跨语言使用mitmproxy显的非常吃力。经常借助于中间件或单独开发http服务...
导入运行就报错了
导入运行就报错了 Exception in thread "main" io.grpc.StatusRuntimeException: UNAVAILABLE: io exception at io.grpc.stub.ClientCalls.toStatusRuntimeException(ClientCalls.java:262) at io.grpc.stub.ClientCalls.getUnchecked(ClientCalls.java:243) at io.grpc.stub.ClientCalls.blockingUnaryCall(ClientCalls.java:156) at com.deep007.mitmproxyjava.grpc.MitmProxyHubServerGrpc$MitmProxyHubServerBlockingStub.start(MitmProxyHubServerGrpc.java:223) at com.deep007.mitmproxyjava.mitmproxy.RemoteMitmproxy.start(RemoteMitmproxy.java:104) at com.deep007.mitmproxyjava.mitmproxy.RemoteMitmproxy.main(RemoteMitmproxy.java:182) Caused by: io.grpc.netty.shaded.io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: no further information: /127.0.0.1:8899...
1月 08, 2022 12:23:59 上午 io.grpc.netty.shaded.io.grpc.netty.NettyServerTransport notifyTerminated 信息: Transport failed io.grpc.netty.shaded.io.netty.handler.codec.http2.Http2Exception: Unexpected HTTP/1.x request: CONNECT bbs.125.la:443 at io.grpc.netty.shaded.io.netty.handler.codec.http2.Http2Exception.connectionError(Http2Exception.java:103) at io.grpc.netty.shaded.io.netty.handler.codec.http2.Http2ConnectionHandler$PrefaceDecoder.readClientPrefaceString(Http2ConnectionHandler.java:302) at io.grpc.netty.shaded.io.netty.handler.codec.http2.Http2ConnectionHandler$PrefaceDecoder.decode(Http2ConnectionHandler.java:239) at io.grpc.netty.shaded.io.netty.handler.codec.http2.Http2ConnectionHandler.decode(Http2ConnectionHandler.java:438) at io.grpc.netty.shaded.io.netty.handler.codec.ByteToMessageDecoder.decodeRemovalReentryProtection(ByteToMessageDecoder.java:501) at io.grpc.netty.shaded.io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:440) at io.grpc.netty.shaded.io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:276)...
大佬您好! 我目前有一个问题,就是用selenium 进行爬虫,在不刷新页面的情况下,想要实时获取网页上的响应信息(为防止被反爬虫策略检测到,所以不去主动发起请求),是否可以结合mitmproxy代理来实现,有类似的demo吗?如果这个不行的话,有没有其他可行的方案 烦请大佬看到后,能在百忙之中抽空回复一下,感谢!
Addon error: Traceback (most recent call last): File "D:\NetTools\PyMitmProxyHub\mitm_flow_callback.py", line 72, in response fixedMitmResponse = self.grpcClient.onMitmResponse(mitmResponse) File "D:\NetTools\PyMitmProxyHub\venv\lib\site-packages\grpc\_channel.py", line 923, in __call__ return _end_unary_response_blocking(state, call, False, None) File "D:\NetTools\PyMitmProxyHub\venv\lib\site-packages\grpc\_channel.py", line...
RemoteMitmproxy remoteMitmproxy = RemoteMitmproxy.RemoteMitmproxies.get(mitmproxyId); 抓包分析,从这里取remoteMitmproxy对象的时候都是空的 这个是什么情况
This PR was automatically created by Safer, an open-source tool that updates vulnerable dependencies with compatible and more secure versions. Analyzed commit: 0e3367543778459e433ce3c71a53bfd4a90d15db File updated: pom.xml Vulnerabilities reduced: 16 ->...
Hi there 👋, I'm [Safer Bot](https://gitlab.com/lsi-ufcg/vulnerabilidades/safer)! Safer is an open-source tool that automatically updates vulnerable dependencies to more secure and compatible versions. Our goal is to help maintainers keep their...