DuckyScript™ on the Bash Bunny
DuckyScript™ is the payload language of Hak5 gear. It consists of a number of simple commands specific to the Bash Bunny hardware, some helper functions and the full power of the Bash Unix shell and command language. These payloads, named payload.txt
, execute on boot by the Bash Bunny depending on the switch position.
Extensions can be sourced which extend the DuckyScript language with user contributed functions and variables which enhance and simplify payloads. All DuckyScript commands are written in ALL CAPS.
The base DuckyScript commands are:
COMMAND | Description |
---|---|
| Specifies the USB device or combination of devices to emulate. |
| Control the RGB LED. Accepts color and pattern or payload state. |
| Injects keystrokes (ducky script) or specified ducky script file. |
| Alias for QUACK |
| Set the HID Keyboard language. e.g: DUCKY_LANG us |
Converting from USB Rubber Ducky
If you are looking to convert a payload from DuckyScript 1.0 from the USB Rubber Ducky, you will need to append QUACK
to most lines in that payload to make it Bash Bunny Compatible.
Last updated