kevthehermit / DuckToolkit

Encoding Tools for Rubber Ducky
GNU General Public License v3.0
417 stars 132 forks source link

Command LED support? #19

Open Nate-Wilkins opened 1 year ago

Nate-Wilkins commented 1 year ago

Hi thanks for this library!

I'm trying to encode a DuckyScript file with LED_G commands and it appears that these LED commands aren't supported.

The DuckyScript looks like:

DELAY 1000
LED_G

When running it through the encoder this is the output:

[+] Reading Input file.
  [-] Encoding File
[!] Error on line 2: LED_G is not a valid command

I'm not even sure how to add that into this repository - not very familiar with the encoding process...

Thanks for the help!