55 Commits

Author SHA1 Message Date
Sebastian Lenzlinger
6d88d1e97d
Update keylogger_detector.py
Fix Tabs in help messages
2023-06-13 11:48:42 +02:00
Sebastian Lenzlinger
72bbf7a575 Stop Kernel Detector from allways running and crashing the system 2023-06-13 11:38:35 +02:00
Sebastian Lenzlinger
92fc49ac9e FIX 2023-06-11 18:24:42 +02:00
Sebastian Lenzlinger
c8da5e4743 DEBUG 2023-06-11 18:12:26 +02:00
Sebastian Lenzlinger
0e2250816e DEBUG 2023-06-11 18:08:56 +02:00
Sebastian Lenzlinger
1ffe505c5d DEBUG 2023-06-11 17:40:06 +02:00
Sebastian Lenzlinger
0f1b6d4543 DEBUG 2023-06-11 17:39:06 +02:00
Sebastian Lenzlinger
1a0ae39e87 DEBUG 2023-06-11 17:36:17 +02:00
Sebastian Lenzlinger
8ce2a8c55c DEBUG 2023-06-11 16:46:55 +02:00
Sebastian Lenzlinger
037963bccb DEBUG 2023-06-11 16:45:57 +02:00
Sebastian Lenzlinger
d2ab6c92a8 Quick DEBUG 2023-06-11 16:41:32 +02:00
Sebastian Lenzlinger
b4005d7876 Small Bug Fix 2023-06-11 15:33:22 +02:00
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