ttttupup / wxhelper

Hook WeChat / 微信逆向
MIT License
1.98k stars 562 forks source link

有没有适用于win10的版本 #390

Open kongshanpai01 opened 3 months ago

kongshanpai01 commented 3 months ago

目前版本3.9.2.23-V6,进行注入操作后,可以启动0.0.0.0:19088端口,但在配置文件如下设置时: [config] port=19088 HiddenDll=0

,listddls无法搜索到wxhelper,

在浏览器请求http://127.0.0.1:19088/api/?type=0,返回:{"msg":"not support method","result":"ERROR"} F12显示为 Internal Server Error(500错误)

Apifox发送请求显示请求发生错误: Agent 错误:无法请求内网地址 http://127.0.0.1:19088/api/?type=0,请选择其他 Agent.

使用Python调用client.py中的接口,显示报错: InvalidSchema("No connection adapters were found for '%s'" % url) requests.exceptions.InvalidSchema: No connection adapters were found for '127.0.0.1:19088/api/?type=0'

不太清楚是缺少哪些配置,哪些流程,还是说ddl没法再win10上跑,有没有支持win10的版本

ttttupup commented 3 months ago

使用post

kongshanpai01 commented 3 months ago

使用post

使用ApiFox和python发送都是POST方式

ttttupup commented 3 months ago

https://github.com/ttttupup/wxhelper/discussions/65

buddingworld commented 3 months ago

和win10无关 我在win10挂了好久

yangchunyong commented 2 months ago

同win10,目前版本3.9.8.25-V2,进行注入操作后,可以启动0.0.0.0:19088端口,但在配置文件如下设置时: [config] port=19088 HiddenDll=0

TCP 0.0.0.0:19088 0.0.0.0:0 LISTENING 35980 TCP 127.0.0.1:8680 0.0.0.0:0 LISTENING 35980 TCP 127.0.0.1:19088 127.0.0.1:53168 ESTABLISHED 35980 TCP 192.168.2.17:53425 117.89.177.97:8080 ESTABLISHED 35980

listdll看不到wxhelper.dll. 用post请求所有type,返回都是{"code":200,"data":null,"msg":"the url is not supported"}, 有谁知道原因吗

yejianmail commented 2 months ago

我的和你一样,提示{"code":200,"data":null,"msg":"the url is not supported"},没找到原因