Update README.md

This commit is contained in:
Sebastian Lenzlinger 2023-06-13 13:07:14 +02:00 committed by GitHub
parent 79bad57439
commit 326f5011e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,11 +11,11 @@ It can detect processes reading from ```/dev/input/event*``` devices and kernel
# Setup # Setup
Download or clone this repository: Download or clone this repository:
``` ```
$ git clone https://github.com/sebaschi/keylogger-detector.git git clone https://github.com/sebaschi/keylogger-detector.git
``` ```
Navigate into the src directory: Navigate into the src directory:
``` ```
$ cd keylogger-detector/src cd keylogger-detector/src
``` ```
Run a keylogger. KLDetect has been tested and shown to work on the following keylogger. Run a keylogger. KLDetect has been tested and shown to work on the following keylogger.
@ -29,23 +29,23 @@ Kernel Module:
* [spy](https://github.com/jarun/spy) * [spy](https://github.com/jarun/spy)
# Usage # Usage
The programm must be run as root (sudo). KLDetect **must** be run as root (sudo).
Running without options just runs userspace detection: Running without options just runs userspace detection:
``` ```
# ./kldetect.py ./kldetect.py
``` ```
To get a list of options: To get a list of options:
``` ```
# ./kldetect.py -h ./kldetect.py -h
``` ```
To run with kernel module detection: To run with kernel module detection:
``` ```
# ./kldetect.py -k ./kldetect.py -k
``` ```
To run just kernel module detection To run just kernel module detection
``` ```
# ./kernel_detector.py ./kernel_detector.py
``` ```
# Warning # Warning