From b59c659553fb428c7d72b2c9e1e7892c4ea6fa84 Mon Sep 17 00:00:00 2001 From: Sebastian Lenzlinger <74497638+sebaschi@users.noreply.github.com> Date: Tue, 13 Jun 2023 12:57:39 +0200 Subject: [PATCH] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 6d8e5b8..8eb46ae 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,8 @@ KLDetect is a keylogger detector for the Linux Desktop. It can detect processes reading from ```/dev/input/event*``` devices and kernel modules registered to listen to keyboard events. # Dependencies -[Python](https://www.python.org/downloads/) -[SystemTap](https://sourceware.org/systemtap/wiki) +* [Python](https://www.python.org/downloads/) +* [SystemTap](https://sourceware.org/systemtap/wiki) # Setup Download or clone this repository: @@ -31,19 +31,19 @@ The programm must be run as root (sudo). Running without options just runs userspace detection: ``` -\# ./kldetect.py +# ./kldetect.py ``` To get a list of options: ``` -\# ./kldetect.py -h +# ./kldetect.py -h ``` To run with kernel module detection: ``` -\# ./kldetect.py -k +# ./kldetect.py -k ``` To run just kernel module detection ``` -\# ./kernel_detector.py +# ./kernel_detector.py ``` # Developers Copyright 2023 [Michel Romancuk](https://github.com/SoulKindred), [Sebastian Lenzlinger](https://github.com/sebaschi)