USB Rubber Ducky type scripts written for the DigiSpark.
Go to file
nassimosaz 9ea6ef0822
Add files via upload
Converts text from AZERTY to QWERTY and vice versa.
2018-02-14 14:47:12 +00:00
Execute_Powershell_Script Added Talker and Powershell Script Executer 2017-04-26 23:51:28 +03:00
Fork_Bomb Made the Fork_Bomb Execute just once 2017-05-18 22:20:04 +03:00
Rapid_Shell Add files via upload 2018-02-14 14:47:12 +00:00
RickRoll_Update Added RickRoll_Update and WallpaperChanger 2017-04-25 22:36:13 +03:00
Talker Fixed Talker and added Wifi grabber 2017-04-28 14:25:15 +03:00
Wallpaper_Changer Fixed a comment 2017-04-26 09:23:57 +03:00
Wallpaper_Prank Fixed Wallpaper_Change name, added Wallpaper_Prank 2017-04-26 09:21:43 +03:00
WiFi_Profile_Grabber Fixed Talker and added Wifi grabber 2017-04-28 14:25:15 +03:00
WiFi_Profile_Mailer Bug Fix in WiFi_Mailer 2017-05-03 10:38:29 +03:00
CONTRIBUTING.md Create CONTRIBUTING.md 2017-10-20 17:42:51 +03:00
LICENSE Initial commit 2017-04-25 22:33:30 +03:00
README.md Added Fork_Bomb and updated README.md 2017-05-18 10:12:15 +03:00
_config.yml Set theme jekyll-theme-hacker 2017-12-02 15:45:21 +02:00

README.md

alt text

DigiSpark-Scripts

This is a set of hand-written DigiSpark sketches for the Arduino IDE that utilize the DigiKeyboard.h library making the DigiSpark to act as a keyboard and execute a variety of actions. If you have found a USB Rubber Ducky scipt that you want to convert to a DigiSpark sketch, you can always use digiQuack, a tool which can be found in my repositories.

Instructions

Configure the Arduino IDE for the DigiSpark using: https://digistump.com/wiki/digispark/tutorials/connecting or Seytonic's tutorial: https://youtu.be/fGmGBa-4cYQ. Then download one of scripts (sketches), open them with Arduino IDE, modify them if needed and upload them to the DigiSpark.

Script Descriptions

RickRoll_Update : Plays Never Gonna Give you up while performing a fake windows update.

WallpaperChanger : Downloads and applies a wallpaper via powershell.

Wallpaper_Prank : Takes a screenshot of the desktop, sets it as the wallpaper, hides desktop icons.

Talker : Opens up powershell and speaks out a message.

PowerShell Script Executer : Downloads and runs a powershell script.

WiFi_Profile_Grabber: Using cmd, extracts wifi profiles and saves the csv to the usb mounted on d:\

WiFi_Profile_Mailer : Writes the wireless network credentials to a csv file and emails it.

Fork_Bomb : Opens up an obfuscated windows terminal and makes it multiply itself uncontrolably causing the machine to either lock or crash.

Credits and resources:

p0wc0w for the original WiFi Grabber and Mailer Scripts. BlackBoot for the original fork bomb. hak5darren for the USB Rubber Ducky Documentation: https://github.com/hak5darren/USB-Rubber-Ducky/wiki/Duckyscript Digistump for the DigiSpark and their documentation: https://github.com/digistump/DigisparkArduinoIntegration/blob/master/libraries/DigisparkKeyboard/DigiKeyboard.h