From a2408392a96e25942e401056d879eba9860802c9 Mon Sep 17 00:00:00 2001 From: Fr3ki Date: Tue, 31 Oct 2023 15:39:06 -0600 Subject: [PATCH] Goose Dropper v2.0 bugfix --- Duckyscripts/GooseDropper/README.md | 5 +++++ Duckyscripts/GooseDropper/linux_setup.sh | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Duckyscripts/GooseDropper/README.md b/Duckyscripts/GooseDropper/README.md index 32c8114..536949f 100644 --- a/Duckyscripts/GooseDropper/README.md +++ b/Duckyscripts/GooseDropper/README.md @@ -25,3 +25,8 @@ Currently there is no auto-configurator for Windows but it's in the works. Steps Ensure configuration is run while on the same network as your target, re-configure with each new network. All credit goes to Samperson for the development of Desktop Goose: https://itch.io/profile/samperson | https://twitter.com/samnchiet + +**=== v2.0 Notes ==** + Added persistence via a PowerShell script that makes a shortcut in the startup folder. + Revamped updater with more options and better dialogue. + Bugfixes to ensure payloads get delivered successfully. diff --git a/Duckyscripts/GooseDropper/linux_setup.sh b/Duckyscripts/GooseDropper/linux_setup.sh index 85f8e50..0782277 100644 --- a/Duckyscripts/GooseDropper/linux_setup.sh +++ b/Duckyscripts/GooseDropper/linux_setup.sh @@ -78,5 +78,5 @@ then python3 -m http.server 1337 && echo "PWNED!" else clear - echo "Finished... Happy PWNing (don't be a skid)!" + echo "Finished... Happy PWNing! (don't be a skid)!" fi