Hi everyone,
I recently got my hands on a USB Rubber Ducky.
I've been trying to write some Ducky Script but for some reason when I encode it and then decode it, it's not the same.
Before encoding:
DELAY 1000
GUI r
DELAY 100
STRING notepad
DELAY 100
ENTER
DELAY 100
STRING hello
DELAY 100
ENTER
After decoding:
DELAY
notepadENTER
helloENTER
Website I used to encode and decode: https://ducktoolkit.com/
I have also tried encoding with the hak5 encoder, same issue.
I have also tried running the payloads on my Rubber Ducky but whe