You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 24, 2024. It is now read-only.
按照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情况
The text was updated successfully, but these errors were encountered: