This commit is contained in:
Sebastian Lenzlinger 2023-06-07 18:36:40 +02:00
parent 5c55876878
commit f63c033c92

View File

@ -233,6 +233,8 @@ def detect_keyloggers():
else:
for name in to_kill:
for pid in name_pid_dict[name]:
debug(debug_option, 'Killing process: ' + name)
debug(debug_option, 'type(id): ' + str(type(id)))
kill_process(id)
if verbose_option:
print('[Verbose] Process killed:', name)