ChisBread / wechat-service

🤖Let your WeChat run as a service
GNU General Public License v3.0
375 stars 59 forks source link

出现注入no pass #12

Open Hsiangya opened 5 months ago

Hsiangya commented 5 months ago

按照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`\" != '' ] && exit 0 ; sleep 5 ; curl 'http://127.0.0.1:8680/hi' 2>/dev/null | grep -P 'code.:0'" \ -e TARGET_CMD=wechat-start \ -p 8080:8080 -p 5555:5555 -p 5900:5900 \ --add-host=dldir1.qq.com:127.0.0.1 \ chisbread/wechat-service:latest 按照这个命令运行,会出现注入no pass情况

God-Devil-Angel commented 2 months ago

同样问题 打开网页并且 no vnc