Skip to content

gruunday/LyfelogKeylogger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published