PDA

View Full Version : HID execution Langage problem



yakatape
2015-02-15, 20:13
Hi everyone,

I work on oneplus one and one win 8.1 x64 French version.

The HID attack execution work correctly but i have just a little mistake, because the execution start to writte : c,d in the search case of my win8.1 and for work properly this one must execute "cmd"

so my question its , How i can choose the langage or edit this one for a correctly execution because i think the script speak in en key and my compute read that with french key like u can see the "c,d"


Thanks for feedback :)

binkybear
2015-02-17, 21:16
Yakatape - The keys are all processed by: https://github.com/offensive-security/kali-nethunter/blob/master/utils/files/modules/keyseed.py#L111

We were able to convert some of then french codes from ducky: https://code.google.com/p/ducky-decode/source/browse/trunk/Encoder/v3/3.0.0/bin/fr.properties to appropriate hex values using: https://github.com/binkybear/hex-language-codes

I am unsure what issues you are having exactly but maybe that can point you in the right direction.