PDA

View Full Version : [FIX] HID attack character problems



zbroinx
2017-10-19, 18:33
Hi,

While using HID attack, I encounter a problem with the letter 'g', that wasn't typed.

After searching, found the solution:

Modify the file "keyseed.py" in "nh_files/modules".
In my case, because I'm using the portuguese language, I have to change:

'pt_bin' : {
},

to

'pt_bin' : {
"\x47": "left-shift g",
"\x67": "g",
},

I hope this helps in similar problems.