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
- Needs make and pip3 installed
apt install python3-pip make
make build
Note: Execute with your user, not sudo
sudo make install
Note: You will probably need sudo now to install files correctly
sduo make uninstall
- Check if the daemon is running
systemctl status keylogger.service
- Restart daemon if it is crashed
systemctl restart keylogger.service