Guest Posted September 17, 2021 Share Posted September 17, 2021 Hello, I recently bought a RubberDucky USB, but when i want to run some scripts that use links, it changes some symbols, for example it changes ":" to Ñ or "//" to "--" so script cant continue running. Does someone know why it does that? Thanks Quote Link to comment Share on other sites More sharing options...
Rkiver Posted September 17, 2021 Share Posted September 17, 2021 https://forums.hak5.org/forum/56-usb-rubber-ducky/ Quote Link to comment Share on other sites More sharing options...
NoExecute Posted September 26, 2021 Share Posted September 26, 2021 Likely the keyboard settings are wrong, so the rubber ducky use US keyboard, and the target system does not. That causes the output, eg in QUACK command to be wrong. java -jar encoder.jar -i script.txt -o inject.bin -l language So for us java -jar encoder.jar -i script.txt -o inject.bin -l us https://github.com/hak5darren/USB-Rubber-Ducky/tree/master/Encoder/resources Here's the "official" languages json files, if your language is not there, use them as a template for building your own 🙂 /NX Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.