From 94c3342302c3dc8b9ffa5d0f6e2c51f08fb75d78 Mon Sep 17 00:00:00 2001 From: Darkprince <30362337+sridharas04@users.noreply.github.com> Date: Mon, 1 Jul 2024 10:36:07 +0530 Subject: [PATCH] Update payload.sh --- .../remote_access/Root_Reverse_Shell_linux_mac/payload.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/payloads/library/remote_access/Root_Reverse_Shell_linux_mac/payload.sh b/payloads/library/remote_access/Root_Reverse_Shell_linux_mac/payload.sh index 7b7cd436..8bb8fe8b 100644 --- a/payloads/library/remote_access/Root_Reverse_Shell_linux_mac/payload.sh +++ b/payloads/library/remote_access/Root_Reverse_Shell_linux_mac/payload.sh @@ -1,8 +1,8 @@ #!/bin/bash LISTENER_IP="127.0.0.1" -LISTENER1_PORT="1337" #Listener for user shell -LISTENER2_PORT="4444" #Listener for root shell +LISTENER1_PORT="1337" #Listener for root shell +LISTENER2_PORT="4444" #Listener for user shell if [ ! -d ~/.config/sudo ] then