Skip to content

Collection of Powershell scripts and Arduino based code to use with my DIY Rubber Duckies

Notifications You must be signed in to change notification settings

BrianJ-4/DIY-RubberDucky-Scripts

Repository files navigation

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