gruunday / LyfelogKeylogger

Log Keystrokes per minute to local disk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LyfeLog Keylogger

Monitor keystrokes locally

Note: This doesn't record keys pressed, just the amount of keys pressed every interval

Keystrokes are saved to /home/$USER/.keylogger/YEAR_MONTH_DAY.log

Install

Dependencies

  • Needs make and pip3 installed
apt install python3-pip make

Build config files

make build

Note: Execute with your user, not sudo

Install files

sudo make install

Note: You will probably need sudo now to install files correctly

Uninstall

sduo make uninstall

Debuging

  • Check if the daemon is running
systemctl status keylogger.service
  • Restart daemon if it is crashed
systemctl restart keylogger.service

About

Log Keystrokes per minute to local disk


Languages

Language:Python 64.0%Language:Makefile 36.0%