/rs-keylog

I tiny keylogger for linux written in rust

Primary LanguageRust

rs-keylog

a tiny keylogger for linux written in rust.

This is written as research and should NOT be used in any malicious activities. I take no responsability in any usage of this software.

Usage and theory behind this will be updated later.

TODOS:

  • check if run with sudo
  • ability to take in log file as argument
  • locate event file, or give event file manually
  • error handle if outside of key range
  • send log file to url?
  • error handle written bytes
  • handle different language key layouts? SWE, GER etc.