mirror of
https://github.com/dimkouv/Linux-Keylogger.git
synced 2025-05-15 13:50:09 -07:00
Update README.md
This commit is contained in:
parent
5c5a8375c5
commit
80cfce0bf9
17
README.md
17
README.md
@ -18,24 +18,23 @@ $ sudo ./install.sh
|
||||
$ sudo keylogger
|
||||
```
|
||||
|
||||
- Customize
|
||||
Give log file
|
||||
<hr>
|
||||
|
||||
- Optional
|
||||
Give custom log file
|
||||
```sh
|
||||
$ keylogger -o /path/to/my/logfile.txt
|
||||
```
|
||||
|
||||
<hr>
|
||||
|
||||
Give keyboard device
|
||||
Change keyboard device
|
||||
```sh
|
||||
$ keylogger -k /dev/input/eventX
|
||||
```
|
||||
|
||||
> Find your keyboard device
|
||||
> Your keyboard device should be
|
||||
Find your keyboard device. It should be in the below format.
|
||||
> /dev/input/eventX
|
||||
|
||||
Find it using
|
||||
```sh
|
||||
$ cat /var/log/Xorg.0.log | grep /dev/input | grep -i keyboard
|
||||
```
|
||||
@ -44,5 +43,5 @@ $ cat /var/log/Xorg.0.log | grep /dev/input | grep -i keyboard
|
||||
|
||||
|
||||
<hr>
|
||||
- Open ```/usr/share/keylogger/.options``` for manual settings.
|
||||
- To hide keylogger press Ctrl+Z and then close the terminal.
|
||||
- Open ```/usr/share/keylogger/.options``` for manual settings.
|
||||
- To hide keylogger press Ctrl+Z and then close the terminal. Close it using ```sudo killall keylogger```.
|
||||
|
Loading…
x
Reference in New Issue
Block a user