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 uninstall
To remove the log file
$ sudo make remove
Run the keylogger
$ sudo make start
Stop the keylogger
$ sudo make stop
Run at startup
$ sudo make enable
Disable startup feature
$ sudo make disable
The log file will be located at /var/log/keystroke.log