综合三个Bug实现Discord桌面应用RCE漏洞

  发布时间:2025-11-05 08:38:26   作者:玩站小弟   我要评论
复制constmainWindowOptions={ title:Discord, backgroundColor:getBackgroundColor() 。
综合三个Bug实现Discord桌面应用RCE漏洞
复制const mainWindowOptions = {    title: Discord,综合d桌    backgroundColor: getBackgroundColor(),    width: DEFAULT_WIDTH,    height: DEFAULT_HEIGHT,    minWidth: MIN_WIDTH,    minHeight: MIN_HEIGHT,    transparent: false,    frame: false,    resizable: true,    show: isVisible,    webPreferences: {      blinkFeatures: EnumerateDevices,AudioOutputDevices,      nodeIntegration: false,      preload: _path2.default.join(__dirname, mainScreenPreload.js),      nativeWindowOpen: true,      enableRemoteModule: false,      spellcheck: true    }  };  1.2.3.4.5.6.7.8.9.10.11.12.13.14.15.16.17.18.19.20.
  • Tag:

相关文章

最新评论