wechat-service icon indicating copy to clipboard operation
wechat-service copied to clipboard

🤖Let your WeChat run as a service

Results 11 wechat-service issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/29485174/190147754-00c0bf69-86df-447e-a808-7e59f16e1cbc.png) 打开网页登录微信显示这个异常 docker运行 ![image](https://user-images.githubusercontent.com/29485174/190147916-c109d43a-efd7-4ddc-96ba-36934dd9679c.png)

按照docker 命令: sudo docker run -it --name wechat-service --rm \ -e HOOK_PROC_NAME=WeChat \ -e HOOK_DLL=auto.dll \ -e TARGET_AUTO_RESTART="yes" \ -e INJ_CONDITION="[ \"\`sudo netstat -tunlp | grep 5555\`\" != '' ]...

任意用户发送纯数字, 比如:1 比如:019293834 都会无法接收,显示错误 on_error:expected string or bytes-like object

发送的文本字符长度是5000以上 操作系统:Ubuntu 22.04.2 LTS docker版本: 24.0.2 docker镜像版本:chisbread/wechat-service:latest

from wesdk import * bot = Bot('127.0.0.1', 5555) print(bot.get_personal_info()) 报 `{'content': {'content': '[json.exception.type_error.316] invalid UTF-8 byte at index 0: 0x98', 'id': '20230501064619', 'receiver': 'CLIENT', 'sender': 'SERVER', 'srvid': 1, 'status': 'FAILED',...

Linux 22-10-28-0547 5.15.0-1034-oracle #40-Ubuntu SMP Wed Apr 19 16:10:04 UTC 2023 aarch64 aarch64 aarch64 GNU/Linux 先尝试 ./build-injector-box.sh ... RUN bash -c 'nohup /entrypoint.sh 2>&1 &' && sleep 5 && /payloads.sh...

``` $ uname -a Linux 5.19.0-38-generic #39~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Fri Mar 17 21:16:15 UTC 2 x86_64 x86_64 x86_64 GNU/Linux $ docker inspect chisbread/wechat-service [ { "Id": "sha256:c98cf38191d7d4012b1d2a8e48e12831b8cfc367af87903b4b36e39b223bcc3e", "RepoTags": [ "chisbread/wechat-service:latest"...