This commit is contained in:
Sebastian Lenzlinger 2023-06-11 17:40:06 +02:00
parent 0f1b6d4543
commit 1ffe505c5d

View File

@ -211,7 +211,7 @@ def detect_keyloggers():
############################
if len(suspicious_processes) == 0:
print("[+] No suspicious processes found")
if not kenrel_detection_option:
if not kernel_detection_option:
exit(0)
############################