From a4c5d94006244d46a213d6d728e29523ad74cc3f Mon Sep 17 00:00:00 2001 From: Sebastian Lenzlinger <74497638+sebaschi@users.noreply.github.com> Date: Wed, 7 Jun 2023 19:45:43 +0200 Subject: [PATCH] Update dev_journal.md Fix ''' to ``` --- doc/dev_journal.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/dev_journal.md b/doc/dev_journal.md index 3004614..a6b929a 100644 --- a/doc/dev_journal.md +++ b/doc/dev_journal.md @@ -131,7 +131,7 @@ Killing a process still doesn't work: ## Wednesday, 7. June 2023, night ### Sebastian This is the latest output aftert a test run where actually 3 processes has keyloggers runnig. -''' +``` [kldetect@fedora src]$ sudo ./keylogger_detector.py [sudo] password for kldetect: /usr/sbin/fuser @@ -159,7 +159,7 @@ cat: config.: No such file or directory [Verbose] Suspicious processes not killed: [] [Verbose] Suspicious processes killed: [] [+] No suspicious processes found -''' +``` This is after extensivly refactoring because I was starting to loose oversight over the code. So I split it up into utils, config and keylogger_detector. #### TODO: 1. Ivestigate and bug fix