B@loo Posted November 6, 2013 Share Posted November 6, 2013 Hello there ! I'm beginning with my new ducky and for a payload I use the wmic command to get the letter of my USB key. But when I encode it (using the french properties), I get this error : Char not found:ISO_8859_1_C2 Apparently it's the ^ symbol that is unknown... I say "apparently" because ISO_8859_1_C2 is related to  (not ^) I've searched on google for this char and the only result I've found is from the german properties : //ISO_8859_1_C2 = CIRCUMFLEX_BITS = + KEY_A, MODIFIERKEY_SHIFT and it's not even used in there... Could somebody help me with that problem please ? What should I add in my fr.properties to make it work ? Thanks in advance B@loo Quote Link to comment Share on other sites More sharing options...
no42 Posted November 6, 2013 Share Posted November 6, 2013 (edited) What key presses do you make to get the ^ char? Edit: Looking at https://code.google.com/p/ducky-decode/source/browse/trunk/Encoder/v2/resources/fr.properties = KEY_MINUS, MODIFIERKEY_RIGHT_ALT are you using the language flag? " -l fr "??? Example: java -jar encoder.jar -l fr -i input.txt -o inject.bin Edited November 6, 2013 by midnitesnake 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.