65 Commits

Author SHA1 Message Date
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
a4c5d94006
Update dev_journal.md
Fix ''' to ```
2023-06-07 19:45:43 +02:00
Sebastian Lenzlinger
d434029e56
Merge pull request #1 from sebaschi/userland
The userland programm core functionality is completed. 
keylogger-detector.py detects all processes reading from a keyboard file in /dev/input/eventX.
The keylogger asks the user if they would like to kill any process, and does so.
Many PIDs with the same programm are handled.
There is a whitelist and autokill list configurable(only partially from withing the running program) aswell as what names keyboards might have, like 'kbd'.
2023-06-07 19:44:33 +02:00
Sebastian Lenzlinger
a6099943a4
Update dev_journal.md 2023-06-07 19:39:43 +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
96ffca9097 Merge branch 'userland' of github.com:sebaschi/keylogger-detector into userland 2023-06-07 01:14:21 +02:00
Sebastian Lenzlinger
06787801a2 DEBUG 2023-06-07 01:14:10 +02:00
Sebastian Lenzlinger
cde1ccea8a
Update dev_journal.md 2023-06-07 00:57:03 +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
067a6312a8 Add journal entry after first testing. 2023-06-06 12:31:38 +02:00
Sebastian Lenzlinger
959f2acc56 Minor fixes. 2023-06-06 12:23:22 +02:00
Sebastian Lenzlinger
96ff341215 New journal entry SL. 2023-06-06 11:22:38 +02:00
Sebastian Lenzlinger
e5b73b3b49 Place old code in legacy folder for later reference. 2023-06-05 23:39:55 +02:00
Sebastian Lenzlinger
286d44ccf4 Merge branch 'main' of github.com:sebaschi/keylogger-detector 2023-06-05 23:37:49 +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
SoulKindred
649c231a9d
Update dev_journal.md
small update for 05.06.2023
2023-06-05 14:14:49 +02:00
Sebastian Lenzlinger
5db2f3391b
Update dev_journal.md 2023-06-03 19:49:16 +02:00
Sebastian Lenzlinger
dc8e5ea198
Update dev_journal.md
Add missing name under Saturday, 3. June 2023
2023-06-03 19:47:45 +02:00
Sebastian Lenzlinger
1897b68536
Update dev_journal.md 2023-06-03 19:46:57 +02:00
Sebastian Lenzlinger
0c1d9c29b2
Update dev_journal.md 2023-06-03 19:46:21 +02:00
Sebastian Lenzlinger
10d7460409 Add short jounral entry abt user space bash script detector. 2023-06-03 19:44:34 +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
51da6b9038 Merge branch 'main' of github.com:sebaschi/keylogger-detector 2023-05-28 19:42:06 +02:00
Sebastian Lenzlinger
b9d802f246 API Detector bash script. 2023-05-28 19:41:50 +02:00
Michel
6be37e0ec4 updated dev-journal with short list of my investigation to the current point 2023-05-23 10:51:12 +02:00
Michel
bac300e6b1 Made dev journal entry for the 11.05.23 2023-05-15 15:27:28 +02:00
Sebastian Lenzlinger
39642dad32
Update dev_journal.md
Continue on SW design for user space detector
2023-05-14 16:24:14 +02:00
Sebastian Lenzlinger
b60a2bfa7e Merge branch 'main' of github.com:sebaschi/keylogger-detector 2023-05-14 15:22:12 +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
30959d0196
Update dev_journal.md
Concrete Plan for the Software to be made.
2023-05-14 14:00:53 +02:00
Sebastian Lenzlinger
f4c9478743
Update README.md
Add reference to project journal in Readme.
2023-05-10 21:34:58 +02:00
Sebastian Lenzlinger
6a794641ad
Update README.md
Unsure if Wayland is really running.
2023-05-10 21:15:07 +02:00
Sebastian Lenzlinger
0d51ad8706
Update dev_journal.md 2023-05-10 21:12:05 +02:00
Sebastian Lenzlinger
08157a3ac6
Update dev_journal.md 2023-05-10 20:44:24 +02:00
Sebastian Lenzlinger
a1b0d2374f
Update dev_journal.md
Tried first keylogger
2023-05-10 20:11:22 +02:00