mirror of
https://github.com/dimkouv/Linux-Keylogger.git
synced 2025-05-15 13:30:18 -07:00
Linux Keylogger
Instructions
- Download
$ git clone https://github.com/dimkouv/Linux-Keylogger
- Compile keylogger
$ cd Linux-Keylogger
$ make
- Find your keyboard device Your keyboard device should be
/dev/input/eventX
Find it using
$ cat /var/log/Xorg.0.log | grep /dev/input | grep -i keyboard
- Run keylogger
$ sudo ./keylogger /dev/input/eventX
Now everything that is typed should be printed in the terminal. Also '.keylogs.log' file is created inside current directory.
$ cat ./.keylogs.log
Description
Languages
C
75.6%
Shell
19.9%
Makefile
4.5%