Goose Dropper v2.0 bugfix

This commit is contained in:
Fr3ki
2023-10-31 15:39:06 -06:00
parent 0723ee2b2e
commit a2408392a9
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -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.
+1 -1
View File
@@ -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