-
Would you possibly know that? I am veeery curious in knowing if Lazer grabs hardware IDs the same way as Stable, and if something new has been added or not.
-
When you try to run install.sh it will try to execute pip and install PIL. However some things have changed and due to this the installation will fail on line 116.
Line 116 of install.sh (AS-IS)
pip…
-
`[DEBUG 2018-05-18T17:43:29,797 org.eclipse.jetty.util.log] (qtp1548010882-17 - www.gstatic.com:443) REQUEST www.gstatic.com:443 on org.eclipse.jetty.server.nio.SelectChannelConnector$2@72bed59c
[DEB…
-
I'm attempting to execute what I would think to be a very common use case - intercepting and logging all HTTP traffic on localhost servers for debugging/demonstration purposes. For example I want to …
-
参考了其他issues, 使用了3.7的python和5.0.0的mitmproxy
> pip show mitmproxy
Name: mitmproxy
Version: 5.0.0
Summary: An interactive, SSL/TLS-capable intercepting proxy for HTTP/1, HTTP/2, and WebSockets.
Home…
-
These classes are used to actually run the mitmproxy - currently we have no logs or ways to see what is happening. Will want to add logging functionality including adjustable log levels
-
the error I got:
site-packages\seleniumwire\thirdparty\mitmproxy\optmanager.py", line 9, in
import blinker._saferef
ModuleNotFoundError: No module named 'blinker._saferef'
the cause of t…
-
可以正常进去游戏,但是小助手显示的信息错误,抓包好像异常
![E3`KN8J}UJYFOB)R~}B0IH5](https://github.com/Avenshy/mahjong-helper-majsoul-mitmproxy/assets/117503532/11bcd5cd-6bcb-4c61-b60c-de699fd25964)
![THZAD8ZK)C( R``SX4~ P8M](…
-
I'm using windows 7 64bit, python 2.7.11, here is the output when I'm trying to install tamper usisng
`pip install tamper`:
```
C:\Python27\Scripts>pip install tamper
Collecting tamper
Using cache…
-
Hi,
I'm interested in expanding this script to process any cert from argument, and I'm inclined to fork and help. However I don't fully understand it, could you please explain a little bit to me? How…