This commit is contained in:
Sebastian Lenzlinger 2023-06-11 17:36:17 +02:00
parent 8ce2a8c55c
commit 1a0ae39e87

View File

@ -290,6 +290,9 @@ def detect_keyloggers():
print('[+] Program completed. Exiting.')
debug(debug_option, 'Kernel detection option: ' + str(kernel_detection_option))
if kernel_detection_option:
print("[Info] Starting kernel detection")
run_kernel_detection()