From 0f1be1919c7b16318c1a2adc037fcc8b4bdc670b Mon Sep 17 00:00:00 2001 From: cribb-it <24548670+cribb-it@users.noreply.github.com> Date: Fri, 4 Dec 2020 11:04:19 +0000 Subject: [PATCH] new payload punish everyone Punish the user for typing @everyone with a high pitch sound --- .../WIN_powershell_punish-everyone.txt | 17 ++++++++++++++++ .../WIN_powershell_punish-everyone/readme.md | 20 +++++++++++++++++++ 2 files changed, 37 insertions(+) create mode 100644 library/pranks/WIN_powershell_punish-everyone/WIN_powershell_punish-everyone.txt create mode 100644 library/pranks/WIN_powershell_punish-everyone/readme.md diff --git a/library/pranks/WIN_powershell_punish-everyone/WIN_powershell_punish-everyone.txt b/library/pranks/WIN_powershell_punish-everyone/WIN_powershell_punish-everyone.txt new file mode 100644 index 0000000..973af08 --- /dev/null +++ b/library/pranks/WIN_powershell_punish-everyone/WIN_powershell_punish-everyone.txt @@ -0,0 +1,17 @@ +# Title: Punish @Everyone +# Description: Punish the user for typing @everyone with a high pitch sound +# Author: Cribbit +# Version: 1.0 +# Category: pranks +# Target: Windows 7+ +# Attackmodes: HID +# Notes: Beep takes a frequency between 37 and 32767 and a time. + +MATCH (?i)@everyone + +QUACK LOCK +QUACK GUI r +sleep 5 +QUACK STRING "powershell -NoP -NonI -W Hidden .([console]::beep(8000,5000))" +QUACK ENTER +QUACK UNLOCK diff --git a/library/pranks/WIN_powershell_punish-everyone/readme.md b/library/pranks/WIN_powershell_punish-everyone/readme.md new file mode 100644 index 0000000..882017e --- /dev/null +++ b/library/pranks/WIN_powershell_punish-everyone/readme.md @@ -0,0 +1,20 @@ +# Punish @everyone +* Author: Cribbit +* Version: 1.0 +* Target: Windows 7+ (Powershell) +* Category: pranks +* Attackmode: HID + +## Change Log +| Version | Changes | +| ------- | ------------------------------| +| 1.0 | Initial release | + +## Description +Punish the user for typing @everyone with a high pitch sound + +## Match +(?i)@everyone + +## Configuration +Beep takes a frequency between 37 and 32767 and a time.