QUACK
The Bash Bunny inherits the original DuckyScript commands from the USB Rubber Ducky. Keystrokes can be injected from DuckyScript text files, or inline using the
QUACK
command. The ATTACKMODE
must contain HID
for keystroke injection.Examples:
QUACK switch1/helloworld.txt
Injects keystrokes from the specified ducky script text file.
QUACK STRING Hello World
Injects the keystrokes “Hello World”
Q ALT F4
Injects the keystroke combination of ALT and F4
Firmware version 1.5 added the
QUACK ALTCODE
command. This allows the printing of alt-codes on Windows system only.QUACK ALTCODE 168 # types an upside down question markQUACK ALTCODE 236 # types an infinity symbol
Last modified 1yr ago