wxhelper的docker一键部署版本,自动完成微信的安装并注入。 https://hub.docker.com/r/lxh01/wxhelper-docker
Go to file
李寻欢 ce9119ff59
BuildImage / build-image (push) Has been cancelled Details
增加打包带noVNC的镜像
2024-02-23 17:12:59 +08:00
.gitea/workflows 增加打包带noVNC的镜像 2024-02-23 17:12:59 +08:00
.editorconfig 🎨 优化docker-compose脚本 2024-01-05 09:48:04 +08:00
.gitignore first commit 2023-10-27 14:08:35 +08:00
Dockerfile 增加打包带noVNC的镜像 2024-02-23 17:12:59 +08:00
Dockerfile-novnc 增加打包带noVNC的镜像 2024-02-23 17:12:59 +08:00
README.md first commit 2023-10-27 14:08:35 +08:00
cmd.sh 增加打包带noVNC的镜像 2024-02-23 17:12:59 +08:00
docker-compose.yml 脚本优化 2024-02-23 10:57:03 +08:00
install-wechat.sh fix bug. 2024-02-23 14:11:46 +08:00

README.md

wxhelper-docker

免责声明

本仓库发布的内容,仅用于学习研究,请勿用于非法用途和商业用途!如因此产生任何法律纠纷,均与作者无关!
使用此项目可能会造成封号等后果。请自行承担风险。仅用于学习研究,请勿于非法用途。

项目介绍

本项目是wxhelper的docker一键部署版本自动完成微信的安装并注入。

关于wxhelper的具体使用方法可以参考wxhelper的README或对应分支的文档。

项目使用

运行镜像

docker run -d --rm -p 8080:8080 -p 19088:19088 --name wxhelper-docker hxrbunny/wxhelper-docker:latest

浏览器访问 http://127.0.0.1:8080/vnc.html 扫码登录

特别注意

  • 只支持AMD64架构不支持ARM
  • 如果你不了解docker的网络架构也不想了解使用host模式启动可能是更好的方案。但是注意只有Linux支持host模式

特别感谢

感谢下列项目,记得给大佬们点🌟
https://github.com/ttttupup/wxhelper
https://github.com/furacas/DllInjector
https://github.com/tom-snow/wechat-windows-versions