DigiDucky

DIY rubber ducky with Digispark ATTINY85 with BLE support

View on GitHub

DigiDucky

DigiDucky is a DIY RubberDucky device, based on DigiSpark ATTINY85 based microcontroller board.

DigiDuckyBLE

This is the program that has to be uploaded to the microcontroller. It uses SoftSerial to connect with Bluetooth and can receive inputs from a BT serial terminal. It can also receive multiline scripts from BT serial and execute on the host.

Due to only 32kB of flash , 1kB of EEPROM… special key (KEY_ENTER,MOD_GUI_LEFT) need to be accessed using macros - ASCII character that are least used. This multiline scripts of DigiDucky are different to that of DuckyScript, So I call it QuackScript.

QuackScript

Note:

Resources