Linux Keylogger

Download (7z)

A keylogger for Linux written in C.

Requires root to run. The keylogger can be run in the following modes:

To enter debug mode, run the keylogger as follows:

keylogger debug

To generate a key map for your keyboard, run the following command:

keylogger generate mykey.map

Once you have generated a key map, you are ready to proceed with keylogging. To start a capture session, issue the following command:

keylogger mykey.map out.log

The logged key strokes will be saved in out.log. The keylogger will append the strokes to the log file if it already exists. A timestamp is inserted for each capture session.