dsh-web-remote avatar

dsh-web-remote

DSH 手机/外网远程访问插件:Cloudflare Quick Tunnel 公网隧道 + token 鉴权 + gzip 压缩 + 局域网 HTTPS 直连 + 手机图标面板 + QQ 机器人取链接

Plugin网页搜索
验证
L2 · 结构化
安全
中风险
健康
活跃
信任

功能介绍

DSH 手机/外网远程访问插件:Cloudflare Quick Tunnel 公网隧道 + token 鉴权 + gzip 压缩 + 局域网 HTTPS 直连 + 手机图标面板 + QQ 机器人取链接

安装

dsh plugin --profile web add dsh-web-remote

Install method: npm · 尚未在容器中测试 (L3+)

兼容性

DSH VersionStatus
not statedDeclared — not tested

要求

  • • Node.js: not stated
  • • DSH: declared "not stated"
  • • External credentials: none detected

安全报告

自动静态扫描,非人工审核。

DSH.SO警告SCAN3 FILES
556739
自动审查 · 每日更新
警告

无严重发现,但检测到警告级问题(文件写入、远程导入、base64 解码、下载执行)。

0 严重·4 警告·8 提示·3 扫描文件数
扫描版本55673944742f2026-08-16
当前版本55673944742f

扫描结果仅对「扫描版本」有效。若当前版本不同,徽章将显示 outdated,直到每日流水线重新扫描。

免责声明:这是自动化静态分析,不构成安全保证。安装前请自行审查。

风险:中风险0 critical · 4 warning · 8 info

• 静态启发式扫描:已完成(3 个文件)

• 依赖漏洞:需深度审计(L3+)

• 权限沙箱:需运行时测试(L4+)

扫描发现 · 12

  • warning向裸 IP 地址发起 HTTP 请求lib/index.mjs:1060
    const tunnelArgs = [cloudflaredPath, 'tunnel', '--url', 'http://127.0.0.1:' + httpPort, '--no-autoupdate', '--ha-connections', '4'];
  • warning向裸 IP 地址发起 HTTP 请求lib/index.mjs:1077
    qqServer = createQQServer({ infoUrls: ['http://127.0.0.1:' + config.targetPort + '/remote/info', 'http://127.0.0.1:' + config.targetPort + '
  • warning文件系统写入操作lib/index.mjs:517
    try { fs.chmodSync(tmp, 0o755); } catch (e) { /* ignore */ }
  • warning文件系统写入操作lib/index.mjs:525
    const file = fs.createWriteStream(dest);
  • info读取 process.envlib/index.mjs:979
    toolsDir = process.env.DSH_HOME ? path.join(process.env.DSH_HOME, 'tools') : path.join(os.homedir(), '.dsh', 'tools');
  • info使用 localStoragelib/index.mjs:564
    try { localStorage.setItem('webrm-tab', currentTab); } catch (e) {}
  • info使用 localStoragelib/index.mjs:568
    try { if (localStorage.getItem('webrm-tab') === 'lan') t = 'lan'; } catch (e) {}
  • info发起网络请求(fetch / axios)lib/index.mjs:715
    return fetch('/remote/info?_=' + Date.now(), { cache: 'no-store' }).then(function (res) { return res.json(); });
  • info发起网络请求(fetch / axios)lib/index.mjs:718
    return fetch('/remote/control', { method: 'POST', headers: { 'content-type': 'application/json' }, body: JSON.stringify({ action: action })
  • info硬编码 IP 地址lib/index.mjs:84
    const attr = derSeq(derOid('2.5.4.3'), derUtf8String(cn));
  • info硬编码 IP 地址lib/index.mjs:102
    return derSeq(derOid('2.5.29.17'), derOctetString(seq));
  • info硬编码 IP 地址lib/index.mjs:107
    return derSeq(derOid('2.5.29.19'), derOctetString(seq));

静态启发式扫描,可能误报——使用前请自行审查源码。

活跃度

最近提交 2026-08-16 · 活跃度:活跃

• 仓库创建: 2026-08-16

• 星标: ★ 3 · 复刻: 0

• 健康度: 活跃 — 近 30 天有提交

来源

GitHub: github.com/godchen520/dsh-web-remote

这页有帮助吗?