GiacomoLaw / Keylogger

A simple keylogger for Windows, Linux and Mac
https://simple-keylogger.github.io/
MIT License
2.09k stars 616 forks source link

wrong key logged when use Teamviewer #36

Open bit4woo opened 7 years ago

bit4woo commented 7 years ago

when I use teamviewer to connect to my remote computer ,and I run windows keylogger on both side.

remote side logged wrong keys:

when I use shift to input QAZWSX@20153333 remote logged: azwsx220153333 local logged: [SHIFT][SHIFT][SHIFT][SHIFT][SHIFT][SHIFT]qazwsx220153333

when I use capslock to input QAZWX@2015_6XXX remote logged: [SHIFT][SHIFT]q[SHIFT][SHIFT]a[SHIFT][SHIFT]z[SHIFT][SHIFT]w[SHIFT][SHIFT]x[SHIFT]22015[SHIFT]-6[SHIFT][SHIFT]x[SHIFT][SHIFT]x[SHIFT][SHIFT]x local logged: [CAPSLOCK]QAZWX[SHIFT]22015[SHIFT]-6XXX

the main problem is: we can't identify the char is upper case or low case.

a real case I encountered:

abc2015[shift]-6QWER logged, but the true keys are abc2015_6qwer

image

GiacomoLaw commented 7 years ago

Is your keyboard QWERTY? If it's AZERTY it may not work.

https://github.com/GiacomoLaw/Keylogger/issues/29

bit4woo commented 7 years ago

I use QWERTY keyboard, both on local and remote.

GiacomoLaw commented 7 years ago

Strange, when I run it remotely it's working fine. Does local work correctly?

bit4woo commented 7 years ago

local works fine. the strange situation only found when using teamviewer.