DuckToolkit icon indicating copy to clipboard operation
DuckToolkit copied to clipboard

Encoding Tools for Rubber Ducky

Results 10 DuckToolkit issues
Sort by recently updated
recently updated
newest added

I have updated to the latest version of the encoder for python 3 support ( My last update being from 2016) sense then CTRL-ALT E seems to have broken. I...

https://docs.hak5.org/hc/en-us/articles/360010555153-Ducky-Script-the-USB-Rubber-Ducky-language seems to imply the NUMLOCK is a supported key but it does not appear in any of the language files

Special keys like æ ø and å is missing from no.json. The python script is also not fully Unicode compatible causing errors when input consists of Unicode characters.

OS/X 10.11.2 (El Capitan), Python versions 2.7.10 (Apple supplied) and 2.7.13 (via Anaconda) Take the following source (named $HOME/a.txt): DELAY 3000 GUI r DELAY 200 STRING notepad ENTER DELAY 200...

It seems for keys that do not exist on an US keyboard , adding the definition to the language file still doesn't print the letter out. example: - ¥ (substitute...

Left brace is missing from ch swiss / german language file. https://gist.github.com/powerslaver85/5908465 please replace: ASCII_7B = KEY_TILDE, MODIFIERKEY_RIGHT_ALT by ASCII_7B = KEY_QUOTE, MODIFIERKEY_RIGHT_ALT thank you !

An error append with encoder (web and command) when i try to encode a "à" (STRING à) > ducktools.py -e -l fr /media/root/DUCKY/Bart.txt /media/root/DUCKY/inject.bin > [+] Reading Input file. >...

enhancement

Hi thanks for this library! I'm trying to encode a DuckyScript file with `LED_G` commands and it appears that these [LED commands](https://docs.hak5.org/hak5-usb-rubber-ducky/button/LED#led_g) aren't supported. The DuckyScript looks like: ``` DELAY...