joelsernamoreno / EvilCrow-Keylogger

WiFi keylogger with Micro SD slot, based on the Atmega32U4 microcontroller and the ESP32-PICO module
Creative Commons Attribution 4.0 International
208 stars 37 forks source link

Log issues #19

Open XtramCZ opened 1 year ago

XtramCZ commented 1 year ago

Some special characters aren't even logging (ě š č ř ž ý á í í é # & etc)

weird encocing issues this is in the log: some spe&cial &char&cters an}d n}umpad aren}t e@ven w|orkin}]g im using the cz_cz layout

and also, windows key doesn't work (if you're holding it)

joelsernamoreno commented 1 year ago

Hello!

I don't know the CZ keyboard, so there will be some errors here

You can modify the wrong keys in the layout. I don't have any CZ keyboard and I can't check this

XtramCZ commented 1 year ago

Okay, but still there's an issue with the windows key

joelsernamoreno commented 1 year ago

What do you mean by pressing the key?

If you press the windows key and then release the windows key... this should work.

If you want to press windows + another key, you have to add some lines of code in the firmware

I'm away from home this month, I can check this later

Anyway, in the atmega32u4 firmware, look for onkeydown. Here you can add an "if" to press GUI + another key

XtramCZ commented 1 year ago

Yes, I meant press windows + another key thanks