1
0
mirror of https://github.com/dimkouv/Linux-Keylogger.git synced 2025-05-15 13:20:13 -07:00
2016-11-24 18:14:44 -05:00
2016-11-24 18:14:44 -05:00
2016-11-24 18:14:44 -05:00
2016-11-24 18:13:29 -05:00
2016-11-24 18:14:44 -05:00

Linux Keylogger

How to use

  1. Find your keyboard device Your keyboard device should be in the below format
/dev/input/eventX

Find it using

$ cat /var/log/Xorg.0.log | grep /dev/input | grep -i keyboard
  1. Run keylogger
$ sudo bin/keylogger /dev/input/eventX
  1. Now whatever you type should be printed in the terminal. If you want to keep in log file use
$ sudo bin/keylogger /dev/input/eventX > logfile.txt
Description
No description provided
Readme 300 KiB
Languages
C 75.6%
Shell 19.9%
Makefile 4.5%