armyofangels Posted January 11, 2013 Share Posted January 11, 2013 Hi everyone, I've got an Italian keyboard / italian Windows 7 version, what should I do in order to run rDucky payloads correctly? Everything works fine if I only have to press keys like ENTER, ARROWS, WINDOWS, CTRL or characters from a to z, but it freaks out with every other symbol like brakets, dots, commas etc. Is there an encoder version I should use to make my ducky work fine? thanks armyofangels Quote Link to comment Share on other sites More sharing options...
no42 Posted January 11, 2013 Share Posted January 11, 2013 (edited) Make sure your using the latest encoder (currently v2.2). I think your our first Italian so ill help walk you through creating a new file it.properties for Italian keyboards You best option is download the ducky-decode svn inside the svn is the Folder Encoder/v2/resources This is the location of all the language maps. keyboard.properties is the main file, it maps ascii characters to their HID values. Do not edit this file. You probably now want to read a non-english language french/spanish/german to see how special characters are mapped. An example from de.properties: ISO_8859_1_A7 = KEY3, MODIFIER_SHIFT This website http://www.charset.org/charactersets.php is good for finding your character map and ISO codes. Basically, you need to create a new file it.properties, and build the ISO_8859_1_code = key_located_on_US_QWERTY_keyboard It may be a long process, but do this for all the characters you need. This is a brief post, if you need clarification, ask questions, and I'll edit this post to make things clearer. Edited January 14, 2013 by midnitesnake Quote Link to comment Share on other sites More sharing options...
armyofangels Posted January 11, 2013 Author Share Posted January 11, 2013 Thank you snake, it's just what I've hoped for. So what I should do? Up to now I only used the online duckencoder (http://www.iducke.com/Encoder/IDE); do you think I should give the version 2.2 a try or it definetely won't work because of my keyboard layout? Quote Link to comment Share on other sites More sharing options...
no42 Posted January 11, 2013 Share Posted January 11, 2013 (edited) You definitely need to move to Encoder 2.2 and build a valid it.properties, then the command will be: java -jar encoder.jar -l ./resources/it.properties -i myfile.txt -o inject.bin Inorder to generate a proper Italian Ducky Binary Payload. Edited January 14, 2013 by midnitesnake Quote Link to comment Share on other sites More sharing options...
armyofangels Posted January 14, 2013 Author Share Posted January 14, 2013 Hi snake, before starting with the it.properties, I'd like to try to use german layout, cause it seems many keys are coded in the same way. But I keep getting an error when I try to use the "-l" parameter... Actually, it's not an error, it just print the encoder's readme file. I suppose I make some syntax mistake...any suggestion? Thanks a lot for your support. Quote Link to comment Share on other sites More sharing options...
no42 Posted January 14, 2013 Share Posted January 14, 2013 (edited) Does the following work (Linux)? java -jar encoder.jar -l ./resources/de.properties -i myfile.txt -o inject.bin Windows: java -jar encoder.jar -l resources\de.properties -i myfile.txt -o inject.bin Edited January 14, 2013 by midnitesnake Quote Link to comment Share on other sites More sharing options...
armyofangels Posted January 14, 2013 Author Share Posted January 14, 2013 yeah, now it works. Damn backslashes... :) Thanks Quote Link to comment Share on other sites More sharing options...
no42 Posted February 6, 2013 Share Posted February 6, 2013 Your supplied it.properties patch has been incorporated into the latest version of the encoder, and ducky-decode svn. Quote Link to comment Share on other sites More sharing options...
Sabri Posted February 10, 2014 Share Posted February 10, 2014 I have just noticed that the characters { and } aren't codified correctly. They stamps only [ and ]. It seems like that the Shift is missing, although in it.properties all seems fine. What should I do? Thanks 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.