Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brianj-4/diy-rubberducky-scripts
Collection of Powershell scripts and Arduino based code to use with my DIY Rubber Duckies
https://github.com/brianj-4/diy-rubberducky-scripts
adafruit arduino digispark digisparkkeyboard powershell-payload powershell-script rubber-ducky trinkey usb-rubber-ducky-arduino-payloads
Last synced: about 1 month ago
JSON representation
Collection of Powershell scripts and Arduino based code to use with my DIY Rubber Duckies
- Host: GitHub
- URL: https://github.com/brianj-4/diy-rubberducky-scripts
- Owner: BrianJ-4
- Created: 2023-10-28T01:53:00.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-02T17:17:46.000Z (about 1 year ago)
- Last Synced: 2023-11-03T08:34:42.439Z (about 1 year ago)
- Topics: adafruit, arduino, digispark, digisparkkeyboard, powershell-payload, powershell-script, rubber-ducky, trinkey, usb-rubber-ducky-arduino-payloads
- Language: PowerShell
- Homepage:
- Size: 514 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DIY-RubberDucky-Scripts
Collection of Powershell scripts and Arduino code to use with my DIY Rubber Duckies* DigikeyDucky.ino
* Uploaded to Digikey device
* Just switch the number in line 16 to the payload desired
* TrinkeyQuadPayload.ino
* Uploaded to Adafruit Neo Trinkey
* Able to send four payloads from one device
* Payloads sent by either long pressing or short pressing each capacitive touch sensor
* The four LEDs on the board correspond to a payload
* Current version has orange, green, blue, and pink
* Orange and green LEDs aligned with touch sensor 1
* Short press - Executes orange payload
* Long press - Executes green payload
* Blue and pink LEDs aligned with touch sensor 2
* Short press - Executes blue payload
* Long press - Executes pink payload
* Payload 1
* Changes wallpaper of the target computer
* Payload 2
* Sets volume to 100
* Says a message out loud
* Payload 3
* Displays fake Windows update screen
* After ten seconds shows BSOD screen
* Payload 4
* Combines Payloads 1 with the Youtube tripwire from I-Am-Jakoby
* Payload 5
* Listens to the targets clipboard
* Everytime a new item is copied the item is sent through a Discord webhook
* Payload 6
* Copies all saved SSIDs and their passwords to a .txt file and then sends the file through a Discord webhook
* Cleans up any traces afterwards