A simple C based Keylogger for linux based systems. This will record all the keystrokes the user types and saves it in a log file. You can read the technical details here
Install it by typing these commands
$ git clone https://github.com/shishirjindal/keylogger
$ cd keylogger
$ sudo make install- StartUp Feature
- Saves Timestamp
- Email log file
To uninstall
$ sudo make uninstallTo remove the log file
$ sudo make removeRun the keylogger
$ sudo make startStop the keylogger
$ sudo make stopRun at startup
$ sudo make enableDisable startup feature
$ sudo make disableThe log file will be located at /var/log/keystroke.log