Session Persistence
Medium
- Category
- Rogue Agent
- Content
### 3. 创建配置文件 ```bash mkdir -p ~/.wechat_publish cat > ~/.wechat_publish/config.json << 'EOF' { "app_id": "你的AppID",- Confidence
- 82% confidence
- Finding
- The setup instructions store long-lived WeChat AppID/AppSecret credentials in plaintext under ~/.wechat_publish/config.json, creating persistent local secret storage without any permissions hardening or secret-manager guidance. If the host is multi-user, backed up broadly, or later compromised, those credentials can be recovered and used to access the associated WeChat publishing account.
