new payload punish everyone

Punish the user for typing @everyone with a high pitch sound
pull/17/head
cribb-it 2020-12-04 11:04:19 +00:00 committed by GitHub
parent 1974e5fc15
commit 0f1be1919c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 37 additions and 0 deletions

View File

@ -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

View File

@ -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.