wyproxy icon indicating copy to clipboard operation
wyproxy copied to clipboard

proxying and recording HTTP/HTTPs/Socks5 proxy flow, save to MYSQL database.

Results 6 wyproxy issues
Sort by recently updated
recently updated
newest added

1.增加认证 auth或IP白名单都行,最好auth,因为有某些时候,会把这东西放公网上. 2.类似插件的功能,不用mysql 比如有一个json之类的配置文件,配置文件里写规则,比如当正则匹配到某网址时,把response的头和html统一post到规则里的指定的URL上. 这样就可以做更多事件了. 规则可以很简单,完整的一个请求地址,不带参数,简单点str.find找到就post内容到规则指定url即可. 这样扩展性更强,至于后边接收后怎么处理,自己根据需要实现就OK了.方便整合到需要的流程里. 不知道大神有没有兴趣实现一下? 谢谢

无法回放请求

能在windows下运行吗?要是能的话需要做哪些调整和部署呢?大神

Error: mitmproxy requires Python 3.5 or above Starting with version 1.0 released in 12/2016, mitmproxy no longer supports Python 2. To install the latest version of mitmproxy using pip on...

2017-01-03 22:17:36,665 [INFO] wyproxy started successfully... Traceback (most recent call last): File "wyproxy.py", line 131, in run(args) File "wyproxy.py", line 109, in run wyproxy.run() File "wyproxy.py", line 83, in run...