Linux Keylogger

No replies
hyp
Offline
Neophyte
Joined: 2016/08/30

Hello everyone, I am pretty new to SX and I am currently working on a keylogger for Linux (kernel version 4.9.0) which I would like to eventually expand into a rootkit. So far, it has the ability to log keystrokes and read them from a char device, I also just added the ability to hide the module from lsmod and the /sys folder. Unfortunately, when I attempt to unhide the module, it does not recreate the /sys entry which I am currently working on resolving. I have the current code posted on my github: https://github.com/scratchadams/keylager/ and would really appreciate any comments, questions, or advice.