klogger

klogger is a user space keylogger made to run on Linux, although it probably can run on other systems (I haven't tested yet). After doing much research on making a practical keylogger in Linux, I decided to make a user space keylogger rather then a kernel space keylogger. A user space keylogger has the advantages that it can be more portable (doesn't have to be built for a specific kernel) and has fast and easy access to the file system and network.

There are several modifications in the works to klogger which would be nice:

Download: klogger.tar.gz