From 05f86101ddecee20eb6f58629095a4eb4928fdc5 Mon Sep 17 00:00:00 2001 From: Sebastian Lenzlinger <74497638+sebaschi@users.noreply.github.com> Date: Tue, 13 Jun 2023 12:49:02 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 12e4376..ba9703d 100644 --- a/README.md +++ b/README.md @@ -13,11 +13,15 @@ git clone https://github.com/sebaschi/keylogger-detector.git ``` Run a keylogger. KLDetect has been tested and shown to work on the following keylogger. + User progams: + * [simple-key-logger](https://github.com/gsingh93/simple-key-logger/tree/master) * [logkeys](https://github.com/kernc/logkeys) * [keylog](https://github.com/SCOTPAUL/keylog) +* Kernel Module: + * [spy](https://github.com/jarun/spy) # Developers @@ -28,4 +32,4 @@ Copyright 2023 [Michel Romancuk](https://github.com/SoulKindred), [Sebastian Len This project is Part of a Univeristy project at the [Operating Systems](https://dmi.unibas.ch/de/studium/computer-science-informatik/lehrangebot-fs23/vorlesung-operating-systems-1/) lecture at the University of Basel, Switzerland. - A project journal can be found [here](https://github.com/sebaschi/keylogger-detector/blob/main/doc/dev_journal.md) + A project journal can be found [here](https://github.com/sebaschi/keylogger-detector/blob/main/doc/dev_journal.md).