Skip to content

Latest commit

 

History

History
56 lines (33 loc) · 768 Bytes

README.md

File metadata and controls

56 lines (33 loc) · 768 Bytes

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