Skip to content

shishirjindal/keylogger

Repository files navigation

Keylogger Build Status

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

Installation

Install it by typing these commands

$ git clone https://github.com/shishirjindal/keylogger
$ cd keylogger
$ sudo make install

Features

  • StartUp Feature
  • Saves Timestamp
  • Email log file

Uninstall

To uninstall

$ sudo make uninstall

To remove the log file

$ sudo make remove

How to Use

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

License

© Shishir Jindal

Releases

No releases published

Packages

No packages published