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

View File

@ -211,7 +211,8 @@ def detect_keyloggers():
############################
if len(suspicious_processes) == 0:
print("[+] No suspicious processes found")
sys.exit(0)
if not kenrel_detection_option:
exit(0)
############################
# 7. Prompt user to chose which processes (not covered by auto kill if set) to kill