116 Commits

Author SHA1 Message Date
Sebastian Lenzlinger
33eb3c6fb4
Update README.md 2023-06-13 13:05:00 +02:00
Sebastian Lenzlinger
b59c659553
Update README.md 2023-06-13 12:57:39 +02:00
Sebastian Lenzlinger
ec19a08e63 Upate Readme 2023-06-13 12:56:15 +02:00
Sebastian Lenzlinger
6fac965976
Update README.md 2023-06-13 12:49:40 +02:00
Sebastian Lenzlinger
c8fc7dc2b7
Update README.md 2023-06-13 12:49:20 +02:00
Sebastian Lenzlinger
05f86101dd
Update README.md 2023-06-13 12:49:02 +02:00
Sebastian Lenzlinger
c30de44832 Merge branch 'main' of github.com:sebaschi/keylogger-detector 2023-06-13 12:48:02 +02:00
Sebastian Lenzlinger
496ee97d3f Update Readme 2023-06-13 12:47:45 +02:00
Sebastian Lenzlinger
1d40184e5f
Merge pull request #8 from sebaschi/sebaschi-patch-2
Update dev_journal.md
2023-06-13 12:44:48 +02:00
Sebastian Lenzlinger
50c0cef1d2
Update dev_journal.md
fix link
2023-06-13 12:44:33 +02:00
Sebastian Lenzlinger
e3b5b409f1
Merge pull request #7 from sebaschi/sebaschi-patch-1
Update keylogger_detector.py
2023-06-13 11:48:54 +02:00
Sebastian Lenzlinger
6d88d1e97d
Update keylogger_detector.py
Fix Tabs in help messages
2023-06-13 11:48:42 +02:00
Sebastian Lenzlinger
522fb0a847 Add QR Code to repository. 2023-06-13 11:39:09 +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
626915fd70
Merge pull request #6 from sebaschi/sebaschi-patch-1
Update kernel_detector.py
2023-06-11 15:25:41 +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
Sebastian Lenzlinger
e210227b31
Merge pull request #5 from sebaschi/SoulKindred-patch-1
Kernel Detector
2023-06-11 15:23:23 +02:00
SoulKindred
02f6d6eba0
Kernel Detector
Uploading kernel detection package
2023-06-11 15:22:05 +02:00
Sebastian Lenzlinger
1988f0c021
Delete LICENSE
Unsure About the LICENCE we need and if we get to use all the software we have.
2023-06-10 13:21:19 +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
Sebastian Lenzlinger
d84a0717bc
Merge pull request #4 from sebaschi/stap-scripts
Stap scripts
2023-06-08 01:02:38 +02:00
Sebastian Lenzlinger
4a9af2f04c
Merge branch 'main' into stap-scripts 2023-06-08 01:02:06 +02:00
Sebastian Lenzlinger
1ea740dfd3
Merge pull request #3 from sebaschi/SoulKindred-patch-2
Corrected journal
2023-06-08 00:58:59 +02:00
Sebastian Lenzlinger
e9d283f94e
Merge pull request #2 from sebaschi/SoulKindred-patch-1
Update dev_journal.md
2023-06-08 00:58:25 +02:00
SoulKindred
0bc3704846
Update dev_journal.md
updated journal and dodged copyright infringement
2023-06-08 00:14:31 +02:00
SoulKindred
00c2b25a27
Update dev_journal.md
avoided copyright infringement
2023-06-08 00:10:25 +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
SoulKindred
1d5fc7375c
Update dev_journal.md
added diary entry to stap-scripts
2023-06-07 20:40:13 +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