Duckyscript to Digispark
By
Naheel
- Source and installation instructions at
GitHub
Convert
USB-Rubber-Ducky
's scripts to
Digispark
Arduino sketches
Rubber-Ducky payload (input)
Digispark sketch (output)
REM Sample payload REM https://github.com/hak5darren/USB-Rubber-Ducky/wiki/Payload---Wallpaper-prank GUI d DELAY 500 PRINTSCREEN DELAY 100 MENU DELAY 300 STRING V DELAY 40 STRING D DELAY 300 GUI r DELAY 700 STRING mspaint ENTER DELAY 1200 CTRL v DELAY 500 CTRL s DELAY 1000 STRING %userprofile%\a.bmp ENTER DELAY 500 ALT f DELAY 400 STRING K DELAY 100 STRING F DELAY 1000 ALT F4 DELAY 300 GUI d
Prevent storing strings in flash
CONVERT
COPY OUTPUT