Skip to content
Benjamin Brown edited this page Dec 4, 2018 · 12 revisions

Welcome to the Ducky wiki!

What is Ducky?

Ducky is a BASIC-like programming language originally inspired by Duckyscript, the USB Rubber Ducky's scripting language.

Devices that support Ducky?

Supported Mp3 Players via Rockbox.

You'll have to roll your own Rockbox build to run ducky from your mp3 player.

We won't go into detail on how to build Rockbox, so please see the Rockbox development guide and the How to compile guide via rockbox wiki.

Afterwards from your Rockbox source directory run:

git branch ducky

git checkout ducky

git fetch http://gerrit.rockbox.org/rockbox refs/changes/12/1212/33

git checkout FETCH_HEAD

And compile Rockbox for your target.

Ducky Resources

Hak5's Payloads

Script to Copy binary files to windows

Big resource here on GitHub

Clone this wiki locally