Sebastian Lenzlinger
6f13ce5d89
Integrate kernel detector in to main program. Add option to run kernel detector
2023-06-11 15:31:49 +02:00
Sebastian Lenzlinger
bb607848dc
Update kernel_detector.py
...
remove exit() from within run_kernel_detection()
2023-06-11 15:25:31 +02:00
Sebastian Lenzlinger
0198c6d0fa
Delete funcall_trace2.stp
2023-06-11 15:24:39 +02:00
Sebastian Lenzlinger
c67c88b750
Delete funcall_trace1.stp
2023-06-11 15:24:31 +02:00
SoulKindred
02f6d6eba0
Kernel Detector
...
Uploading kernel detection package
2023-06-11 15:22:05 +02:00
Sebastian Lenzlinger
da25db0825
Merge branch 'main' of github.com:sebaschi/keylogger-detector
2023-06-08 13:27:01 +02:00
Sebastian Lenzlinger
1635c68ade
Add platform check (must be Linux).
2023-06-08 13:26:49 +02:00
SoulKindred
c0893c31e6
Add files via upload
...
Uploading funcall_trace scripts. Both scripts do essentially the same. Script 1 is simplified for the use with python. Script 2 gives more information, but is more difficult for use with python. The script 2 might be useful for further tracing.
2023-06-07 22:05:15 +02:00
Sebastian Lenzlinger
94cb159a49
Cleanup unused code.
...
Remove unused code from repo.
2023-06-07 21:00:09 +02:00
Sebastian Lenzlinger
2150441d48
Add Makefile entry that also gets rid of __pycache__
2023-06-07 20:57:17 +02:00
Sebastian Lenzlinger
63b92c967a
Logic ajust
2023-06-07 20:33:15 +02:00
Sebastian Lenzlinger
7c9a6101a0
Condition logic ajustments
2023-06-07 20:27:06 +02:00
Sebastian Lenzlinger
6f56f0bd30
For VM, sorry
2023-06-07 20:24:33 +02:00
Sebastian Lenzlinger
0cdb0cd846
To get it in to VM. As are most commits.
2023-06-07 20:21:10 +02:00
Sebastian Lenzlinger
2b2546b70e
Beauty fix
2023-06-07 20:19:12 +02:00
Sebastian Lenzlinger
2c9ba696c8
DEBUG
2023-06-07 20:15:31 +02:00
Sebastian Lenzlinger
9b3151452d
DEBUG
2023-06-07 20:12:43 +02:00
Sebastian Lenzlinger
538c6368c5
FIX
2023-06-07 20:06:33 +02:00
Sebastian Lenzlinger
316ff1c90e
Add new auto blacklist featue
2023-06-07 20:04:19 +02:00
Sebastian Lenzlinger
c58196dad8
Accidentally converted to str. now convert to int.
2023-06-07 18:45:04 +02:00
Sebastian Lenzlinger
05d600da71
DEBUG pid in kill_process() arrive as string. so convert to int
2023-06-07 18:44:12 +02:00
Sebastian Lenzlinger
7af207253a
DEBUG some variables where named id instead of pid
2023-06-07 18:39:15 +02:00
Sebastian Lenzlinger
f63c033c92
DEBUG
2023-06-07 18:36:40 +02:00
Sebastian Lenzlinger
5c55876878
DEBUG
2023-06-07 18:33:48 +02:00
Sebastian Lenzlinger
6e9f236c08
DEBUG
2023-06-07 18:28:23 +02:00
Sebastian Lenzlinger
cef0f5c7dc
Add kill_process import statement to keylogger_detector.py
2023-06-07 18:25:59 +02:00
Sebastian Lenzlinger
1be0bf59e0
Some Fixes
2023-06-07 17:30:00 +02:00
Sebastian Lenzlinger
e475378dfa
Fixes multiple Issues.
2023-06-07 16:57:07 +02:00
Sebastian Lenzlinger
b31e335dc5
Final commit before snoooooooooze
2023-06-07 02:00:47 +02:00
Sebastian Lenzlinger
befe4814cf
DEBUG
2023-06-07 01:31:39 +02:00
Sebastian Lenzlinger
06787801a2
DEBUG
2023-06-07 01:14:10 +02:00
Sebastian Lenzlinger
e942206b12
Refactor userspace detector.
2023-06-07 00:51:07 +02:00
Sebastian Lenzlinger
dba2deb1e5
DEBUGing issue where only one pid per programm can be killed
2023-06-06 22:26:18 +02:00
Sebastian Lenzlinger
529f45dd82
DEBUG
2023-06-06 22:07:08 +02:00
Sebastian Lenzlinger
ebfeaf84ae
Journal entry and trying to fix no-proc-kill-bug.
2023-06-06 22:03:58 +02:00
Sebastian Lenzlinger
96461ca78c
Config now done via json. Too keep info centralized and avoid using countless .txt files.
2023-06-06 21:55:37 +02:00
Sebastian Lenzlinger
959f2acc56
Minor fixes.
2023-06-06 12:23:22 +02:00
Sebastian Lenzlinger
e5b73b3b49
Place old code in legacy folder for later reference.
2023-06-05 23:39:55 +02:00
Sebastian Lenzlinger
bb8f81ee12
Whole new user level detector. Ported old bash script to python to more easily work with lists. Finnishes user level keylogger-detector.
2023-06-05 23:37:42 +02:00
Sebastian Lenzlinger
fbf62f0a7c
Move old code to legacy folder. Git now ignores .txt files
2023-06-03 19:38:14 +02:00
Sebastian Lenzlinger
b9d802f246
API Detector bash script.
2023-05-28 19:41:50 +02:00
Sebastian Lenzlinger
41aa7fc63b
Setup C and Header Files for User Space Logger Detection.
2023-05-14 15:21:52 +02:00
Sebastian Lenzlinger
aa2f23184f
Add some structrue and empty files. \n\n\n Add some structure to project as a help of conveiving the architecture as well as files with names that seem like seperate parts of the desired system. This is all subject to change
2023-05-09 20:53:59 +02:00