Update dev_journal.md

Fix ''' to ```
This commit is contained in:
Sebastian Lenzlinger 2023-06-07 19:45:43 +02:00 committed by GitHub
parent d434029e56
commit a4c5d94006
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -131,7 +131,7 @@ Killing a process still doesn't work:
## Wednesday, 7. June 2023, night ## Wednesday, 7. June 2023, night
### Sebastian ### Sebastian
This is the latest output aftert a test run where actually 3 processes has keyloggers runnig. This is the latest output aftert a test run where actually 3 processes has keyloggers runnig.
''' ```
[kldetect@fedora src]$ sudo ./keylogger_detector.py [kldetect@fedora src]$ sudo ./keylogger_detector.py
[sudo] password for kldetect: [sudo] password for kldetect:
/usr/sbin/fuser /usr/sbin/fuser
@ -159,7 +159,7 @@ cat: config.: No such file or directory
[Verbose] Suspicious processes not killed: [] [Verbose] Suspicious processes not killed: []
[Verbose] Suspicious processes killed: [] [Verbose] Suspicious processes killed: []
[+] No suspicious processes found [+] 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. 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: #### TODO:
1. Ivestigate and bug fix 1. Ivestigate and bug fix