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 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/ 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 Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.